GitHub Whitespace
Redirect GitHub pull request pages to ignore whitespaces
GitHub Whitespaceとは何ですか?
GitHub Whitespaceはjackchukaによって開発されたChromeの拡張機能で、その主な機能は「Redirect GitHub pull request pages to ignore whitespaces」です。
拡張機能のスクリーンショット
GitHub Whitespace拡張機能のCRXファイルをダウンロード
GitHub Whitespace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Tired of switching GitHub's "Hide whitespace changes"? 
This extension saves you three clicks!
The extension is minimal, you can simply enable or disable it from Chrome Extensions tab.
Update: Nov 6th, 2020
Now you can enable this extension on GitHub Enterprise by clicking the Extension icon -> "Enable GitHub Whitespace on this domain".                     拡張機能の基本情報
| 名前 |   |  
| ID | fnpkdafamnbjoldglihkjjdicofghccm | 
| 公式URL | https://chromewebstore.google.com/detail/github-whitespace/fnpkdafamnbjoldglihkjjdicofghccm | 
| 説明 | Redirect GitHub pull request pages to ignore whitespaces | 
| ファイルサイズ | 10.71 KB | 
| インストール数 | 996 | 
| 現在のバージョン | 1.2 | 
| 最終更新日 | 2021-09-02 | 
| 公開日 | 2020-08-12 | 
| 評価 | 4.75/5 合計 8 レビュー | 
| 開発者 | jackchuka | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Whitespace",
    "description": "Redirect GitHub pull request pages to ignore whitespaces",
    "version": "1.2",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.github.com\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}  |  |