Skip to content

Commit 4cd6680

Browse files
committed
readme
1 parent 74368cc commit 4cd6680

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
Based on [Chrome Extension Boilerplate with React 17 and Webpack 5](https://github.com/lxieyang/chrome-extension-boilerplate-react)
44

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+
526
---
627

728
Michael Xieyang Liu | [Website](https://lxieyang.github.io)

build.zip

55.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)