GitHub Issue Badges
Replace issue links to badges displaying issue status/title
What is GitHub Issue Badges?
GitHub Issue Badges is a Chrome extension developed by motemen, and its main feature is "Replace issue links to badges displaying issue status/title".
Extension Screenshots
Download GitHub Issue Badges Extension CRX File
Download GitHub Issue Badges extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces issue/PR links on GitHub to badges, which includes their status (open, merged or closed) and assignees.
Extension Basic Information
Name | GitHub Issue Badges |
ID | mkfiamgphibplgocbkifgcpnioogccfm |
Official URL | https://chromewebstore.google.com/detail/github-issue-badges/mkfiamgphibplgocbkifgcpnioogccfm |
Description | Replace issue links to badges displaying issue status/title |
File Size | 208 KB |
Installation Count | 149 |
Current Version | 2.5.3 |
Last Updated | 2021-05-08 |
Publish Date | 2019-04-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | motemen |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/motemen/chrome-GitHub-Issue-Badges |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Issue Badges", "version": "2.5.3", "manifest_version": 2, "description": "Replace issue links to badges displaying issue status\/title", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/github.com\/*", "https:\/\/api.github.com\/*", "tabs" ], "background": { "scripts": [ "js\/init.js", "js\/background.js" ], "persistent": true }, "options_page": "html\/option_page.html" } |