Github Collapse Diff
Hide unimportant diffs when reviewing pull requests or viewing commits on Github
Github Collapse Diffとは何ですか?
Github Collapse DiffはCharles Bergeronによって開発されたChromeの拡張機能で、その主な機能は「Hide unimportant diffs when reviewing pull requests or viewing commits on Github」です。
拡張機能のスクリーンショット
Github Collapse Diff拡張機能のCRXファイルをダウンロード
Github Collapse Diff拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Let's you hide specific files when reviewing "Files Changed" in a Github pull request.
拡張機能の基本情報
名前 | Github Collapse Diff |
ID | eenmpdlgpfhmgkkmpjmmchokkmjacaeo |
公式URL | https://chromewebstore.google.com/detail/github-collapse-diff/eenmpdlgpfhmgkkmpjmmchokkmjacaeo |
説明 | Hide unimportant diffs when reviewing pull requests or viewing commits on Github |
ファイルサイズ | 12.85 KB |
インストール数 | 88 |
現在のバージョン | 0.0.3 |
最終更新日 | 2013-06-23 |
公開日 | 2013-06-23 |
評価 | 2.80/5 合計 10 レビュー |
開発者 | Charles Bergeron |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/matthewrobertson/Github-Collapse-Diff |
ヘルプページのURL | https://github.com/matthewrobertson/Github-Collapse-Diff |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Collapse Diff", "version": "0.0.3", "manifest_version": 2, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "description": "Hide unimportant diffs when reviewing pull requests or viewing commits on Github", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "lib\/collapse_diff.js" ] } ], "homepage_url": "https:\/\/github.com\/matthewrobertson\/Github-Collapse-Diff", "offline_enabled": true } |