Github Expand Diff
A user script for Chrome that allows you to expand the missing lines in a Github diff.
Github Expand Diffとは何ですか?
Github Expand DiffはMichael Ridgwayによって開発されたChromeの拡張機能で、その主な機能は「A user script for Chrome that allows you to expand the missing lines in a Github diff.」です。
拡張機能のスクリーンショット
Github Expand Diff拡張機能のCRXファイルをダウンロード
Github Expand Diff拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Github Expand Diff |
ID | imakbajpbolcgnkfhhlhipbjppfomlij |
公式URL | https://chromewebstore.google.com/detail/github-expand-diff/imakbajpbolcgnkfhhlhipbjppfomlij |
説明 | A user script for Chrome that allows you to expand the missing lines in a Github diff. |
ファイルサイズ | 5.63 KB |
インストール数 | 121 |
現在のバージョン | 0.0.1.6 |
最終更新日 | 2014-06-18 |
公開日 | 2014-06-18 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | Michael Ridgway |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mridgway/github-expand-diff |
ヘルプページのURL | https://github.com/mridgway/github-expand-diff/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Expand Diff", "version": "0.0.1.6", "description": "A user script for Chrome that allows you to expand the missing lines in a Github diff.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.com\/*\/*\/pull\/*", "https:\/\/*.com\/*\/*\/commit\/*", "https:\/\/*.com\/*\/*\/compare\/*" ], "include_globs": [ "https:\/\/github.com\/*", "https:\/\/github.*.com\/*", "https:\/\/git.*.com\/*" ], "run_at": "document_end", "js": [ "github-expand-diff.user.js" ] } ] } |