Skip to content

Commit 822e41a

Browse files
committed
Revert "remove unused"
This reverts commit 3fa6002.
1 parent 3fa6002 commit 822e41a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Screenshot Browser Extension
2+
3+
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

Comments
 (0)