Github Diffs
Collapse/expand diff files for easier reviews
Github Diffsとは何ですか?
Github Diffsはkamranahmed.seによって開発されたChromeの拡張機能で、その主な機能は「Collapse/expand diff files for easier reviews」です。
拡張機能のスクリーンショット
Github Diffs拡張機能のCRXファイルをダウンロード
Github Diffs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Collapse/expand diff files for easier reviews When there is a large number of files in a pull request it becomes difficult to get an overview or to find some specific files with all the files stacked upon each other. This extension allows collapsing and expanding files so that you do not have to pound the innocent scrollbar. It adds buttons to `Collapse all Diffs` or `Show all Diffs` and makes `file headers clickable` to toggle the diff for some specific file
拡張機能の基本情報
名前 | Github Diffs |
ID | dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
公式URL | https://chromewebstore.google.com/detail/github-diffs/dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
説明 | Collapse/expand diff files for easier reviews |
ファイルサイズ | 12.99 KB |
インストール数 | 85 |
現在のバージョン | 1.0.3 |
最終更新日 | 2017-08-11 |
公開日 | 2017-08-11 |
開発者 | kamranahmed.se |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Diffs", "short_name": "github-diffs", "version": "1.0.3", "manifest_version": 2, "description": "Collapse\/expand diff files for easier reviews", "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-diffs", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "GithubDiff.js" ] } ] } |