GitHub Issue Badges (for Enterprise)

Replace issue links to badges displaying issue status/title

Co je GitHub Issue Badges (for Enterprise)?

GitHub Issue Badges (for Enterprise) je rozšíření Chrome vyvinuté motemen, a jeho hlavní funkcí je „Replace issue links to badges displaying issue status/title“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GitHub Issue Badges (for Enterprise)

Stáhněte si soubory rozšíření GitHub Issue Badges (for Enterprise) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Replaces issue/PR links on GitHub Enterprise to badges, which includes their status (open, merged or closed) and assignees.                    

Základní Informace o Rozšíření

Název GitHub Issue Badges (for Enterprise) GitHub Issue Badges (for Enterprise)
ID bnbbodldimbdcckbnplohombkipjnmni
Oficiální URL https://chromewebstore.google.com/detail/github-issue-badges-for-e/bnbbodldimbdcckbnplohombkipjnmni
Popis Replace issue links to badges displaying issue status/title
Velikost souboru 208 KB
Počet instalací 19
Aktuální Verze 2.5.3
Poslední Aktualizace 2021-05-08
Datum Vydání 2019-04-15
Vývojář motemen
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/motemen/chrome-GitHub-Issue-Badges
Podporované Jazyky 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"
}