GitHub Diff Whitespace Ignore Button

Adds an 'Ignore whitespace' button on any GitHub file diff page.

GitHub Diff Whitespace Ignore Buttonとは何ですか?

GitHub Diff Whitespace Ignore ButtonはUsainBlootによって開発されたChromeの拡張機能で、その主な機能は「Adds an 'Ignore whitespace' button on any GitHub file diff page.」です。

拡張機能のスクリーンショット

screenshot
screenshot

GitHub Diff Whitespace Ignore Button拡張機能のCRXファイルをダウンロード

GitHub Diff Whitespace Ignore Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Inserts an "Ignore Whitespace" button on file diff pages on GitHub                    

拡張機能の基本情報

名前 GitHub Diff Whitespace Ignore Button GitHub Diff Whitespace Ignore Button
ID cndheldchmdkjjggoghiildfbolgpeka
公式URL https://chromewebstore.google.com/detail/github-diff-whitespace-ig/cndheldchmdkjjggoghiildfbolgpeka
説明 Adds an 'Ignore whitespace' button on any GitHub file diff page.
ファイルサイズ 23.85 KB
インストール数 25
現在のバージョン 0.1.0
最終更新日 2016-10-07
公開日 2016-10-07
評価 5.00/5 合計 4 レビュー
開発者 UsainBloot
支払い方法 free
拡張機能のウェブサイト https://github.com/UsainBloot/github-whitespace-toggle
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Diff Whitespace Ignore Button",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Adds an 'Ignore whitespace' button on any GitHub file diff page.",
    "homepage_url": "https:\/\/github.com\/UsainBloot\/github-whitespace-toggle",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "GitHub Diff Whitespace Ignore Button"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}