|
1 |
| -# GitHub Red Issues |
| 1 | +<div align="center"> |
| 2 | + <a href="https://github.com/Katsute/GitHub-Red-Issues#readme"> |
| 3 | + <img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/icon.png" width=100 alt="(✔)"> |
| 4 | + </a> |
| 5 | + <h3>GitHub Red Issues</h3> |
| 6 | + <p>Revert closed GitHub issues from purple back to red.</p> |
| 7 | + <div> |
| 8 | + <a href="https://github.com/Katsute/GitHub-Red-Issues/issues">Report an Issue</a> |
| 9 | + • |
| 10 | + <a href="https://github.com/Katsute/GitHub-Red-Issues/archive/refs/heads/main.zip">Download Repository</a> |
| 11 | + • |
| 12 | + <a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc">Install Extension</a> |
| 13 | + </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> |
| 18 | + <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> |
| 22 | +</div> |
2 | 23 |
|
3 |
| -[](http://creativecommons.org/licenses/by-nc-sa/4.0/) |
| 24 | +## Installation |
4 | 25 |
|
5 |
| -Google Chrome extension to revert closed GitHub issues from purple back to red. |
| 26 | +#### Chrome Web Store |
6 | 27 |
|
7 |
| -|[Report an issue](https://github.com/Katsute/GitHub-Red-Issues/issues)|[Download](https://github.com/Katsute/GitHub-Red-Issues/archive/refs/heads/main.zip)| |
8 |
| -|---|---| |
| 28 | +Install this extension on the [Chrome Web Store](https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc). |
9 | 29 |
|
10 |
| -## Installation |
| 30 | +#### Checkout |
11 | 31 |
|
12 | 32 | 1. Checkout (recommended) or download this repository locally.
|
13 | 33 | 2. Go to [`chrome://extensions/`](chrome://extensions/) in your browser and turn on **Developer mode** in the top right.
|
14 | 34 | 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`.* |
15 | 37 | 4. Resume coding with closed issues being red.
|
16 | 38 |
|
17 | 39 | ## Changes
|
|
0 commit comments