lxieyang / screenshot-extension

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 58.4%Language:JavaScript 37.0%Language:CSS 2.9%Language:HTML 1.7%