GitHub Enhancement Suite
A set of tools to enhance the GitHub experience.
GitHub Enhancement Suiteとは何ですか?
GitHub Enhancement SuiteはDTwigsによって開発されたChromeの拡張機能で、その主な機能は「A set of tools to enhance the GitHub experience.」です。
拡張機能のスクリーンショット
GitHub Enhancement Suite拡張機能のCRXファイルをダウンロード
GitHub Enhancement Suite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The GitHub Enhancement Suite improves your GitHub experience. Tools: File Filter: Filter your github files by file type when viewing code changes. Commit Compare: a small "down arrow" icon next to each commit in a PR allowing you to compare that commit to the latest commit in that PR. Source Code: https://github.com/DTwigs/FilterDiff
拡張機能の基本情報
名前 | GitHub Enhancement Suite |
ID | eiehflbilhldhfbnolbnggcapbjmnpmo |
公式URL | https://chromewebstore.google.com/detail/github-enhancement-suite/eiehflbilhldhfbnolbnggcapbjmnpmo |
説明 | A set of tools to enhance the GitHub experience. |
ファイルサイズ | 56.24 KB |
インストール数 | 260 |
現在のバージョン | 0.4 |
最終更新日 | 2014-02-22 |
公開日 | 2014-02-21 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | DTwigs |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Enhancement Suite", "version": "0.4", "manifest_version": 2, "description": "A set of tools to enhance the GitHub experience.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "name": "Initialize GitHub Enhancement Suite", "default_icon": "images\/icon128.png" }, "web_accessible_resources": [ "images\/icon.png" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "css": [ "mystyles.css" ], "matches": [ "http:\/\/github.com\/*", "https:\/\/github.com\/*" ] } ] } |