You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on [Chrome Extension Boilerplate with React 17 and Webpack 5](https://github.com/lxieyang/chrome-extension-boilerplate-react)
4
+
5
+
## To install
6
+
7
+
### From Chrome store
8
+
9
+
_Currently under review_
10
+
11
+
### From Github Releases
12
+
13
+
1. Download the latest `build.zip` from the [Release](https://github.com/lxieyang/screenshot-extension/releases) page. Or click [here](https://github.com/lxieyang/screenshot-extension/releases/download/v0.0.1/build.zip).
14
+
2. Unzip
15
+
3. Go to `chrome://extensions/` (or `edge://extensions/` if you're using MS Edge) and enable `Developer mode`.
16
+
4. Click `Load Unpacked`, then select the unzipped folder (which contains a file called `manifest.json`).
17
+
18
+
### Build from the source
19
+
20
+
1. Clone this git repo
21
+
2. Run `npm install`.
22
+
3. Run `npm run build`, which will generate a `build` folder.
23
+
4. Go to `chrome://extensions/` (or `edge://extensions/` if you're using MS Edge) and enable `Developer mode`.
24
+
5. Click `Load Unpacked`, then select the `build` folder (which contains a file called `manifest.json`).
25
+
26
+
## To use
27
+
28
+
- Hold the `Option/Alt` key and drag the mouse to create partial screenshots.
29
+
- Click the extension icon to create full-page screenshots.
30
+
31
+
---
32
+
33
+
Michael Xieyang Liu | [Website](https://lxieyang.github.io)
0 commit comments