Skip to content

Commit 81a9b7d

Browse files
authored
Mozilla Firefox (#10)
1 parent 8d72ac7 commit 81a9b7d

File tree

12 files changed

+1163
-17
lines changed

12 files changed

+1163
-17
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
.vs
22
.vscode
33

4+
/node_modules
5+
6+
/dist
7+
48
*.crx
59
*.pem
610
*.zip

README.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,40 @@
99
1010
<a href="https://github.com/Katsute/GitHub-Red-Issues/archive/refs/heads/main.zip">Download Repository</a>
1111
12-
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc">Install Extension</a>
12+
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc">Chrome Extension</a>
13+
14+
<a href="https://addons.mozilla.org/firefox/addon/github-red-issues">Mozilla Add-on</a>
1315
</div>
14-
</div>
15-
<br>
16-
<div align="center">
17-
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" alt="Creative Commons License"></a>
1816
<br>
19-
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://img.shields.io/chrome-web-store/stars/kjbbjibfgnnfdeabgmbieapkhpojikpc?style=for-the-badge" alt="Chrome Web Store"></a>
20-
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://img.shields.io/chrome-web-store/users/kjbbjibfgnnfdeabgmbieapkhpojikpc?style=for-the-badge" alt="Chrome Web Store"></a>
21-
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://img.shields.io/github/v/release/Katsute/GitHub-Red-Issues?style=for-the-badge" alt="Version"></a>
17+
<div>
18+
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" alt="Creative Commons License"></a>
19+
<br><br>
20+
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://img.shields.io/chrome-web-store/stars/kjbbjibfgnnfdeabgmbieapkhpojikpc?label=Chrome&style=flat-square" alt="Chrome Web Store Rating"></a>
21+
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://img.shields.io/chrome-web-store/users/kjbbjibfgnnfdeabgmbieapkhpojikpc?label=Chrome&style=flat-square" alt="Chrome Web Store Users"></a>
22+
<a href="https://addons.mozilla.org/firefox/addon/github-red-issues"><img src="https://img.shields.io/amo/stars/github-red-issues?label=Firefox&style=flat-square" alt="Mozilla Firefox Rating"></a>
23+
<a href="https://addons.mozilla.org/firefox/addon/github-red-issues"><img src="https://img.shields.io/amo/users/github-red-issues?label=Firefox&style=flat-square" alt="Mozilla Firefox Users"></a>
24+
</div>
2225
</div>
2326

2427
## Installation
2528

26-
#### Chrome Web Store
29+
#### Chrome
30+
31+
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/chrome.svg" width="48" alt="Google Chrome"></a>
32+
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/edge.svg" width="48" alt="Microsoft Edge"></a>
33+
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/opera.svg" width="48" alt="Opera"></a>
34+
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/kjbbjibfgnnfdeabgmbieapkhpojikpc?label=%20&style=flat-square)](https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc)
2735

28-
Install this extension on the [Chrome Web Store](https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc).
36+
#### Firefox
37+
38+
<a href="https://addons.mozilla.org/firefox/addon/github-red-issues"><img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/firefox.svg" width="48" alt="Mozilla Firefox"></a>
39+
[![Mozilla Add-on](https://img.shields.io/amo/v/github-red-issues?label=%20&style=flat-square)](https://addons.mozilla.org/firefox/addon/github-red-issues)
2940

3041
#### Checkout
3142

32-
1. Checkout (recommended) or download this repository locally.
43+
1. Checkout or download this repository locally.
3344
2. Go to [`chrome://extensions/`](chrome://extensions/) in your browser and turn on **Developer mode** in the top right.
3445
3. Press **Load unpacked** and select the `src` folder. Do not remove this folder, removing it will cause the extension to be uninstalled.
35-
36-
*If manifest version is unsupported simply change the `manifest_version` to `2`.*
3746
4. Resume coding with closed issues being red.
3847

3948
## Changes

assets/chrome.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/edge.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/firefox.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/opera.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)