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
{{ message }}
This repository was archived by the owner on Apr 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,23 @@ I would love your PRs. You can contribute :
100
100
- letting me know of additions/removals of public Dev circle groups (edit: [/options.dev/groups.js](/options.dev/groups.js), you may use [/scrape-group-lists.js](/scrape-group-lists.js)).
101
101
- Make the extension better. Fix bugs, if found. Add more features. Improve existing features.
$ npm run build # builds the dist folder only, run after each edit
111
+
```
112
+
113
+
You can load the dist folder in Chrome from the chrome://extensions/ page in Developer Mode to install the extension.
114
+
115
+
To create the extension's CRX file, use the Google Chrome Browser: https://developer.chrome.com/extensions/packaging. Use the `dist` folder to create package.
116
+
The CRX file can be installed by a simple drag and drop in chrome://extensions/ page.
117
+
118
+
Rename the .crx file from `dist.crx` to `Merge Facebook Dev Circles by Interests.crx` and `dist.pem` to `key.pem` to create a release.
0 commit comments