GitHub Issue Badges (for Enterprise)

Replace issue links to badges displaying issue status/title

什麼是GitHub Issue Badges (for Enterprise)?

GitHub Issue Badges (for Enterprise)是由motemen開發的Chrome擴展程式,該擴展的主要功能是“Replace issue links to badges displaying issue status/title”。

擴展截圖

screenshot

下載GitHub Issue Badges (for Enterprise)擴展crx文件

下載GitHub Issue Badges (for Enterprise)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 GitHub Issue Badges (for Enterprise) GitHub Issue Badges (for Enterprise)
ID bnbbodldimbdcckbnplohombkipjnmni
官方網址 https://chromewebstore.google.com/detail/github-issue-badges-for-e/bnbbodldimbdcckbnplohombkipjnmni
簡介 Replace issue links to badges displaying issue status/title
檔案大小 208 KB
安裝次數 19
目前版本 2.5.3
更新時間 2021-05-08
上架時間 2019-04-15
開發者 motemen
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/motemen/chrome-GitHub-Issue-Badges
支援的語言 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"
}