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 |
官方網址 | 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" ] } } |