GitHub Issue Badges (for Enterprise)

Replace issue links to badges displaying issue status/title

What is GitHub Issue Badges (for Enterprise)?

GitHub Issue Badges (for Enterprise) is a Chrome extension developed by motemen, and its main feature is "Replace issue links to badges displaying issue status/title".

Extension Screenshots

screenshot

Download GitHub Issue Badges (for Enterprise) Extension CRX File

Download GitHub Issue Badges (for Enterprise) 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 Enterprise to badges, which includes their status (open, merged or closed) and assignees.                    

Extension Basic Information

Name GitHub Issue Badges (for Enterprise) GitHub Issue Badges (for Enterprise)
ID bnbbodldimbdcckbnplohombkipjnmni
Official URL https://chromewebstore.google.com/detail/github-issue-badges-for-e/bnbbodldimbdcckbnplohombkipjnmni
Description Replace issue links to badges displaying issue status/title
File Size 208 KB
Installation Count 19
Current Version 2.5.3
Last Updated 2021-05-08
Publish Date 2019-04-15
Developer motemen
Email [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 (for Enterprise)",
    "version": "2.5.3",
    "manifest_version": 2,
    "description": "Replace issue links to badges displaying issue status\/title",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "html\/option_page_GHE.html"
}