screenshot-extension
screenshot-extension copied to clipboard
A browser extension that takes full-page or partial screenshots!
Screenshot Browser Extension
Based on Chrome Extension Boilerplate with React 17 and Webpack 5

To install
From Chrome store
From Github Releases
- Download the latest
build.zipfrom the Release page. Or click here. - Unzip
- Go to
chrome://extensions/(oredge://extensions/if you're using MS Edge) and enableDeveloper mode. - Click
Load Unpacked, then select the unzipped folder (which contains a file calledmanifest.json).
Build from the source
- Clone this git repo
- Run
npm install. - Run
npm run build, which will generate abuildfolder. - Go to
chrome://extensions/(oredge://extensions/if you're using MS Edge) and enableDeveloper mode. - Click
Load Unpacked, then select thebuildfolder (which contains a file calledmanifest.json).
To use
- Hold the
Option/Altkey and drag the mouse to create partial screenshots. - Click the extension icon to create full-page screenshots.
Michael Xieyang Liu | Website