GitHub Whitespace

Redirect GitHub pull request pages to ignore whitespaces

Wat is GitHub Whitespace?

GitHub Whitespace is een Chrome-extensie ontwikkeld door jackchuka, en de belangrijkste functie is "Redirect GitHub pull request pages to ignore whitespaces".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GitHub Whitespace

Download GitHub Whitespace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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".                    

Basisinformatie over de Extensie

Naam GitHub Whitespace GitHub Whitespace
ID fnpkdafamnbjoldglihkjjdicofghccm
Officiële URL https://chromewebstore.google.com/detail/github-whitespace/fnpkdafamnbjoldglihkjjdicofghccm
Beschrijving Redirect GitHub pull request pages to ignore whitespaces
Bestandsgrootte 10.71 KB
Aantal Installaties 996
Huidige Versie 1.2
Laatst Bijgewerkt 2021-09-02
Publicatiedatum 2020-08-12
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar jackchuka
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}