GitHub Issue Badges
Replace issue links to badges displaying issue status/title
什么是GitHub Issue Badges?
GitHub Issue Badges是由motemen开发的Chrome扩展程序,该扩展的主要功能是“Replace issue links to badges displaying issue status/title”。
扩展截图
下载GitHub Issue Badges扩展crx文件
下载GitHub Issue Badges扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces issue/PR links on GitHub to badges, which includes their status (open, merged or closed) and assignees.
扩展基本信息
名称 | GitHub Issue Badges |
ID | mkfiamgphibplgocbkifgcpnioogccfm |
官方URL | https://chromewebstore.google.com/detail/github-issue-badges/mkfiamgphibplgocbkifgcpnioogccfm |
简介 | Replace issue links to badges displaying issue status/title |
文件大小 | 208 KB |
安装次数 | 149 |
当前版本 | 2.5.3 |
更新时间 | 2021-05-08 |
上架时间 | 2019-04-15 |
评分 | 5.00/5 共2次评分 |
开发者 | 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", "version": "2.5.3", "manifest_version": 2, "description": "Replace issue links to badges displaying issue status\/title", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/github.com\/*", "https:\/\/api.github.com\/*", "tabs" ], "background": { "scripts": [ "js\/init.js", "js\/background.js" ], "persistent": true }, "options_page": "html\/option_page.html" } |