Github Whitespace ignorable differ
This extension allows you to only see only the non-whitespace diffs.
Github Whitespace ignorable differとは何ですか?
Github Whitespace ignorable differはScott Youngblutによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to only see only the non-whitespace diffs.」です。
拡張機能のスクリーンショット
Github Whitespace ignorable differ拡張機能のCRXファイルをダウンロード
Github Whitespace ignorable differ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension gives you the ability to turn on white space diffing on a per-site basis using a cookie; It works on any github site including github enterprise!! Tested and Everything!
拡張機能の基本情報
名前 | Github Whitespace ignorable differ |
ID | klfoeihajdgibpablomibnaaaleicmjb |
公式URL | https://chromewebstore.google.com/detail/github-whitespace-ignorab/klfoeihajdgibpablomibnaaaleicmjb |
説明 | This extension allows you to only see only the non-whitespace diffs. |
ファイルサイズ | 17.75 KB |
インストール数 | 16 |
現在のバージョン | 0.0.2 |
最終更新日 | 2015-01-31 |
公開日 | 2015-01-31 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Scott Youngblut |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://scottyoungblut.com/ |
ヘルプページのURL | https://github.com/syoungblut/chrome-github-whitespace |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Whitespace ignorable differ", "description": "This extension allows you to only see only the non-whitespace diffs.", "version": "0.0.2", "manifest_version": 2, "incognito": "split", "icons": { "16": "resources\/icon-16.png", "48": "resources\/icon-48.png", "128": "resources\/icon-128.png" }, "web_accessible_resources": [ "page-script-link-rewriter.js", "resources\/icon-16.png" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*\/commit\/*", "https:\/\/*\/*\/compare\/*", "https:\/\/*\/*\/pull\/*" ], "js": [ "jsuri\/jsuri-1.1.1.js", "cookies\/cookies-1.1.0.js", "content-script-cookie-api.js", "content-script-toggle-button.js" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "https:\/\/*\/*\/commit\/*", "https:\/\/*\/*\/compare\/*", "https:\/\/*\/*\/pull\/*" ], "js": [ "jsuri\/jsuri-1.1.1.js", "cookies\/cookies-1.1.0.js", "content-script-cookie-api.js", "content-script-preference-loader.js" ], "run_at": "document_end", "all_frames": false } ] } |