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
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
3
3
Based on [Chrome Extension Boilerplate with React 17 and Webpack 5](https://github.com/lxieyang/chrome-extension-boilerplate-react)
4
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
+
5
26
---
6
27
7
28
Michael Xieyang Liu | [Website](https://lxieyang.github.io)
0 commit comments