Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Norfeldt/github-issue-reactions-browser-extension
List a link of reactions on a github issue page
https://github.com/Norfeldt/github-issue-reactions-browser-extension
Last synced: 3 months ago
JSON representation
List a link of reactions on a github issue page
- Host: GitHub
- URL: https://github.com/Norfeldt/github-issue-reactions-browser-extension
- Owner: Norfeldt
- License: mit
- Created: 2020-01-15T08:40:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T12:01:35.000Z (8 months ago)
- Last Synced: 2024-04-27T21:34:08.488Z (7 months ago)
- Language: TypeScript
- Size: 1.57 MB
- Stars: 50
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Issue Reactions Chrome & Firefox Extension
List reaction links on a Github issue or discussion pageSee it in action
[![Wes Bos Showing off this extension](http://img.youtube.com/vi/K4wc818iNDc/0.jpg)](http://www.youtube.com/watch?v=K4wc818iNDc "Video Title")
## Chrome
Grab it from the chrome extensions: [Github Issue Reactions](https://chrome.google.com/webstore/detail/github-issue-reactions/enekincdenmmbpgkbhflknhaphpajnfd)
## Firefox
Grab it from the firefox add-ons: [Github Issue Reactions](https://addons.mozilla.org/addon/github-issue-reactions/)
## Manual Setup
1. Clone this repo
2. `yarn install`
3. `yarn bundle`
4. Chrome:
1. Open Chrome Extensions
2. Enable Developer mode
3. Pick Load unpacked
5. Firefox:
1. Settings/Extension & Themes
2. Click the gear icon and select "Debug add-ons"
3. Load Temporary Add-on..
6. Navigate to the relevant `/dist` directory
7. Enjoy! 👍## Not Working Any More?
Try to do a git pull to see if it has been fixed
(**DO NOT FORGET go into your extensions and reload the lasted version**).