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
官方URL 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"
}