Skip to content

A browser extension that takes full-page or partial screenshots!

License

Notifications You must be signed in to change notification settings

lxieyang/screenshot-extension

Repository files navigation

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