GitHub Diff Whitespace Disabler
This extension will force GitHub diffs to always ignore whitespace.
GitHub Diff Whitespace Disablerとは何ですか?
GitHub Diff Whitespace DisablerはTony Cosentiniによって開発されたChromeの拡張機能で、その主な機能は「This extension will force GitHub diffs to always ignore whitespace.」です。
GitHub Diff Whitespace Disabler拡張機能のCRXファイルをダウンロード
GitHub Diff Whitespace Disabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds ?w=1 to all GitHub commit URLs.
拡張機能の基本情報
名前 | ![]() |
ID | bppopebgnjajocjnjlginjfpjbleappc |
公式URL | https://chrome.google.com/webstore/detail/github-diff-whitespace-di/bppopebgnjajocjnjlginjfpjbleappc |
説明 | This extension will force GitHub diffs to always ignore whitespace. |
ファイルサイズ | 3.35 KB |
インストール数 | 27 |
現在のバージョン | 1.1.1 |
最終更新日 | 2017-08-03 |
公開日 | 2017-08-03 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | Tony Cosentini |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Diff Whitespace Disabler", "description": "This extension will force GitHub diffs to always ignore whitespace.", "version": "1.1.1", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/github.com\/" ], "background": { "scripts": [ "extension.js" ] } } |