|
2 | 2 |
|
3 | 3 | > Browser extension that adds useful features on GitHub website |
4 | 4 |
|
5 | | - |
| 5 | +<br/> |
| 6 | + |
| 7 | + |
6 | 8 |  |
7 | 9 |  |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
8 | 14 |  |
9 | | -[](http://travis-ci.org/softvar/enhanced-github) |
10 | 15 |
|
11 | | -[](https://opencollective.com/enhanced-github) |
| 16 | +[](http://travis-ci.org/softvar/enhanced-github) |
12 | 17 |
|
13 | 18 | ## Supported Browsers |
14 | 19 |
|
15 | 20 | <img alt="Chrome" src="https://img.icons8.com/fluent/24/000000/chrome.png" align="center"/> Install extension from [Chrome Web Store](https://chrome.google.com/webstore/detail/enhanced-github/anlikcnbgdeidpacdbdljnabclhahhmd) |
16 | 21 |
|
| 22 | +<img alt="Firefox" src="screenshots/firefox.png" align="center"/> Install add-on from [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/enhanced-github/) |
| 23 | + |
17 | 24 | <img alt="Microsoft Edge" src="https://img.icons8.com/fluent/24/000000/ms-edge-new.png" align="center"/> Install extension from [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/enhanced-github/eibibhailjcnbpjmemmcaakcookdleon) |
18 | 25 |
|
19 | 26 | ## Website |
@@ -107,10 +114,10 @@ This browser extension will automatically pick this valid access token and Bingo |
107 | 114 |
|
108 | 115 | 1. Clone this repo |
109 | 116 | 2. Run `yarn dev` for generating packaged folder specifically for extension stuff. |
110 | | -3. Go to chrome extensions [chrome://extensions](chrome://extensions) or Microsoft Edge Extensions [edge://extensions/](edge://extensions/) |
| 117 | +3. Go to extension page. For chrome extensions [chrome://extensions](chrome://extensions), Firefox Add-ons [about:debugging](about:debugging), and Microsoft Edge Extensions [edge://extensions/](edge://extensions/). |
111 | 118 | 4. Enable developer mode |
112 | 119 | 5. Click on load unpacked extension and select the generated folder. |
113 | | -6. [Admin Access Only] - run `yarn build` for generating zip file to be uploaded on _Chrome Web Store_ and _Microsoft Edge Addons_. |
| 120 | +6. [Admin Access Only] - run `yarn build` for generating zip file to be uploaded on _Chrome Web Store_, _Firefox Add-ons_, and _Microsoft Edge Addons_. |
114 | 121 |
|
115 | 122 | PRs are most welcome :) |
116 | 123 |
|
|
0 commit comments