Skip to content

Commit 51db23f

Browse files
committed
chore(README.md): mention firefox support and badges
1 parent e816656 commit 51db23f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,25 @@
22

33
> Browser extension that adds useful features on GitHub website
44
5-
![Chrome Web Store](https://img.shields.io/chrome-web-store/d/anlikcnbgdeidpacdbdljnabclhahhmd.svg?style=for-the-badge&logo=google-chrome&logoColor=white)
5+
<br/>
6+
7+
![Chrome Web Store](https://img.shields.io/chrome-web-store/d/anlikcnbgdeidpacdbdljnabclhahhmd.svg?style=for-the-badge&label=Chrome%20users&ogo=google-chrome&logoColor=white)
68
![Chrome Web Store](https://img.shields.io/chrome-web-store/rating/anlikcnbgdeidpacdbdljnabclhahhmd?style=for-the-badge&logo=google-chrome&color=orange&logoColor=white)
79
![Chrome Web Store](https://img.shields.io/chrome-web-store/v/anlikcnbgdeidpacdbdljnabclhahhmd.svg?style=for-the-badge&logo=google-chrome&logoColor=white)
10+
11+
![Firefox Users](https://img.shields.io/amo/dw/enhanced-github?color=blue&label=Firefox%20Add-on%20Downloads&logo=firefox&style=for-the-badge)
12+
![Firefox Add-on](https://img.shields.io/amo/v/enhanced-github?logo=firefox&style=for-the-badge&label=Firefox%20add-on)
13+
814
![Microsoft Edge Add-on](https://img.shields.io/badge/dynamic/json?style=for-the-badge&logo=microsoft-edge&label=microsoft%20edge%20add-on&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Feibibhailjcnbpjmemmcaakcookdleon)
9-
[![Build Status](http://img.shields.io/travis/softvar/enhanced-github/master.svg?style=for-the-badge)](http://travis-ci.org/softvar/enhanced-github)
1015

11-
[![Financial Contributors on Open Collective](https://opencollective.com/enhanced-github/all/badge.svg?label=financial+contributors&style=for-the-badge)](https://opencollective.com/enhanced-github)
16+
[![Build Status](http://img.shields.io/travis/softvar/enhanced-github/master.svg?style=for-the-badge)](http://travis-ci.org/softvar/enhanced-github)
1217

1318
## Supported Browsers
1419

1520
<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)
1621

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+
1724
<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)
1825

1926
## Website
@@ -107,10 +114,10 @@ This browser extension will automatically pick this valid access token and Bingo
107114

108115
1. Clone this repo
109116
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/).
111118
4. Enable developer mode
112119
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_.
114121

115122
PRs are most welcome :)
116123

screenshots/firefox.png

1.34 KB
Loading

0 commit comments

Comments
 (0)