GitHub Diff Whitespace Ignore Button

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

Cos'è GitHub Diff Whitespace Ignore Button?

GitHub Diff Whitespace Ignore Button è un'estensione di Chrome sviluppata da UsainBloot, e la sua funzione principale è "Adds an 'Ignore whitespace' button on any GitHub file diff page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GitHub Diff Whitespace Ignore Button

Scarica i file di estensione GitHub Diff Whitespace Ignore Button 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

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

Informazioni di Base sull'Estensione

Nome GitHub Diff Whitespace Ignore Button GitHub Diff Whitespace Ignore Button
ID cndheldchmdkjjggoghiildfbolgpeka
URL Ufficiale https://chromewebstore.google.com/detail/github-diff-whitespace-ig/cndheldchmdkjjggoghiildfbolgpeka
Descrizione Adds an 'Ignore whitespace' button on any GitHub file diff page.
Dimensione del File 23.85 KB
Conteggio Installazioni 25
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-10-07
Data di Pubblicazione 2016-10-07
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore UsainBloot
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/UsainBloot/github-whitespace-toggle
Lingue Supportate 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"
    ]
}