GitHub Issue Badges (for Enterprise)

Replace issue links to badges displaying issue status/title

Co to jest GitHub Issue Badges (for Enterprise)?

GitHub Issue Badges (for Enterprise) to rozszerzenie Chrome opracowane przez motemen, a jego główną funkcją jest „Replace issue links to badges displaying issue status/title”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GitHub Issue Badges (for Enterprise)

Pobierz pliki rozszerzeń GitHub Issue Badges (for Enterprise) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa GitHub Issue Badges (for Enterprise) GitHub Issue Badges (for Enterprise)
ID bnbbodldimbdcckbnplohombkipjnmni
Oficjalny URL https://chromewebstore.google.com/detail/github-issue-badges-for-e/bnbbodldimbdcckbnplohombkipjnmni
Opis Replace issue links to badges displaying issue status/title
Rozmiar pliku 208 KB
Liczba instalacji 19
Aktualna Wersja 2.5.3
Ostatnia Aktualizacja 2021-05-08
Data Publikacji 2019-04-15
Deweloper motemen
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/motemen/chrome-GitHub-Issue-Badges
Obsługiwane Języki 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"
}