Issue Checker for GitHub
Check Github issues
什么是Issue Checker for GitHub?
Issue Checker for GitHub是由dtaniwaki开发的Chrome扩展程序,该扩展的主要功能是“Check Github issues”。
扩展截图
下载Issue Checker for GitHub扩展crx文件
下载Issue Checker for GitHub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension, you never forget GitHub issues and pull requests assigned to you!
The number on the extension icon indicates the number of issues/pull requests assigned to you and the extension keeps them up-to-date anytime. You can check what issues/pull requests are assigned to you on the extension popup and open the correspondant page easily. 扩展基本信息
| 名称 | |
| ID | dejgifcjoefbogdjpjokobdlddjhbich |
| 官方URL | https://chrome.google.com/webstore/detail/issue-checker-for-github/dejgifcjoefbogdjpjokobdlddjhbich |
| 简介 | Check Github issues |
| 文件大小 | 164 KB |
| 安装次数 | 334 |
| 当前版本 | 0.2.15 |
| 更新时间 | 2016-02-26 |
| 上架时间 | 2016-02-26 |
| 评分 | 4.29/5 共7次评分 |
| 开发者 | dtaniwaki |
| 付费类型 | free |
| 扩展官网 | https://github.com/dtaniwaki/issue-checker-for-github |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Issue Checker for GitHub",
"version": "0.2.15",
"options_page": "options.html",
"description": "Check Github issues",
"icons": {
"16": "\/images\/icon16.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
},
"permissions": [
"cookies",
"storage",
"notifications"
],
"browser_action": {
"default_icon": "\/images\/icon128.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"\/js\/lib\/jquery-2.1.0.min.js",
"\/js\/github_client.js",
"\/js\/background.js"
]
}
} | |