Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motemen/chrome-GitHub-Issue-Badges
Chrome extension to embed GitHub Issue Badge's into GitHub issues
https://github.com/motemen/chrome-GitHub-Issue-Badges
chrome-extension github
Last synced: 2 months ago
JSON representation
Chrome extension to embed GitHub Issue Badge's into GitHub issues
- Host: GitHub
- URL: https://github.com/motemen/chrome-GitHub-Issue-Badges
- Owner: motemen
- Created: 2014-10-18T13:10:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T01:24:04.000Z (over 3 years ago)
- Last Synced: 2024-10-15T15:29:13.524Z (3 months ago)
- Topics: chrome-extension, github
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/github-issue-badges/mkfiamgphibplgocbkifgcpnioogccfm
- Size: 91.8 KB
- Stars: 11
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Issue Badges
![screenshot](docs/screenshot.png)
Chrome extension to change issue links into badges.
## How to build
npm install
npm run build## Store links
- [GitHub Issue Badges](https://chrome.google.com/webstore/detail/github-issue-badges/mkfiamgphibplgocbkifgcpnioogccfm)
- [GitHub Issue Badges (for Enterprise)](https://chrome.google.com/webstore/detail/github-issue-badges-for-e/bnbbodldimbdcckbnplohombkipjnmni)## For developers: how to make a new release
1. Bump version in src/manifest.json
2. Commit changes and make a tag
3. Run `npm run build`
4. Run `./node_modules/.bin/gulp dist`
5. Upload `./dist/{GITHUB,GHE}-.zip` to [Chrome webstore developer dashboard](https://chrome.google.com/webstore/developer/dashboard)