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" ] } } |