GitHub Diff Whitespace Ignore Button

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

What is GitHub Diff Whitespace Ignore Button?

GitHub Diff Whitespace Ignore Button is a Chrome extension developed by UsainBloot, and its main feature is "Adds an 'Ignore whitespace' button on any GitHub file diff page.".

Extension Screenshots

screenshot
screenshot

Download GitHub Diff Whitespace Ignore Button Extension CRX File

Download GitHub Diff Whitespace Ignore Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name GitHub Diff Whitespace Ignore Button GitHub Diff Whitespace Ignore Button
ID cndheldchmdkjjggoghiildfbolgpeka
Official URL https://chromewebstore.google.com/detail/github-diff-whitespace-ig/cndheldchmdkjjggoghiildfbolgpeka
Description Adds an 'Ignore whitespace' button on any GitHub file diff page.
File Size 23.85 KB
Installation Count 25
Current Version 0.1.0
Last Updated 2016-10-07
Publish Date 2016-10-07
Rating 5.00/5 Total 4 Ratings
Developer UsainBloot
Payment Type free
Extension Website https://github.com/UsainBloot/github-whitespace-toggle
Supported Languages 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"
    ]
}