Skip to content

Latest commit

 

History

History
executable file
·
49 lines (31 loc) · 2.33 KB

README.md

File metadata and controls

executable file
·
49 lines (31 loc) · 2.33 KB

Screenshot Browser Extension

package.json version MIT License

last commit commit freq

Based on Chrome Extension Boilerplate with React 17 and Webpack 5

preview

To install

From Chrome store

Chrome Web Store

From Github Releases

  1. Download the latest build.zip from the Release page. Or click here.
  2. Unzip
  3. Go to chrome://extensions/ (or edge://extensions/ if you're using MS Edge) and enable Developer mode.
  4. Click Load Unpacked, then select the unzipped folder (which contains a file called manifest.json).

Build from the source

  1. Clone this git repo
  2. Run npm install.
  3. Run npm run build, which will generate a build folder.
  4. Go to chrome://extensions/ (or edge://extensions/ if you're using MS Edge) and enable Developer mode.
  5. Click Load Unpacked, then select the build folder (which contains a file called manifest.json).

To use

  • Hold the Option/Alt key and drag the mouse to create partial screenshots.
  • Click the extension icon to create full-page screenshots.

Michael Xieyang Liu | Website