GitHub Diff Whitespace Disabler

This extension will force GitHub diffs to always ignore whitespace.

What is GitHub Diff Whitespace Disabler?

GitHub Diff Whitespace Disabler is a Chrome extension developed by Tony Cosentini, and its main feature is "This extension will force GitHub diffs to always ignore whitespace.".

Download GitHub Diff Whitespace Disabler Extension CRX File

Download GitHub Diff Whitespace Disabler 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

                        Adds ?w=1 to all GitHub commit URLs.                    

Extension Basic Information

Name GitHub Diff Whitespace Disabler GitHub Diff Whitespace Disabler
ID bppopebgnjajocjnjlginjfpjbleappc
Official URL https://chrome.google.com/webstore/detail/github-diff-whitespace-di/bppopebgnjajocjnjlginjfpjbleappc
Description This extension will force GitHub diffs to always ignore whitespace.
File Size 3.35 KB
Installation Count 27
Current Version 1.1.1
Last Updated 2017-08-03
Publish Date 2017-08-03
Rating 3.50/5 Total 4 Ratings
Developer Tony Cosentini
Payment Type free
Supported Languages 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"
        ]
    }
}