GitHub Whitespace

Redirect GitHub pull request pages to ignore whitespaces

Cos'è GitHub Whitespace?

GitHub Whitespace è un'estensione di Chrome sviluppata da jackchuka, e la sua funzione principale è "Redirect GitHub pull request pages to ignore whitespaces".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GitHub Whitespace

Scarica i file di estensione GitHub Whitespace in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GitHub Whitespace GitHub Whitespace
ID fnpkdafamnbjoldglihkjjdicofghccm
URL Ufficiale https://chromewebstore.google.com/detail/github-whitespace/fnpkdafamnbjoldglihkjjdicofghccm
Descrizione Redirect GitHub pull request pages to ignore whitespaces
Dimensione del File 10.71 KB
Conteggio Installazioni 996
Versione Corrente 1.2
Ultimo Aggiornamento 2021-09-02
Data di Pubblicazione 2020-08-12
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore jackchuka
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}