GitHub Diff Whitespace Disabler
This extension will force GitHub diffs to always ignore whitespace.
Cos'è GitHub Diff Whitespace Disabler?
GitHub Diff Whitespace Disabler è un'estensione di Chrome sviluppata da Tony Cosentini, e la sua funzione principale è "This extension will force GitHub diffs to always ignore whitespace.".
Scarica il file CRX dell'estensione GitHub Diff Whitespace Disabler
Scarica i file di estensione GitHub Diff Whitespace Disabler 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
Adds ?w=1 to all GitHub commit URLs. Informazioni di Base sull'Estensione
| Nome | |
| ID | bppopebgnjajocjnjlginjfpjbleappc |
| URL Ufficiale | https://chrome.google.com/webstore/detail/github-diff-whitespace-di/bppopebgnjajocjnjlginjfpjbleappc |
| Descrizione | This extension will force GitHub diffs to always ignore whitespace. |
| Dimensione del File | 3.35 KB |
| Conteggio Installazioni | 27 |
| Versione Corrente | 1.1.1 |
| Ultimo Aggiornamento | 2017-08-03 |
| Data di Pubblicazione | 2017-08-03 |
| Valutazione | 3.50/5 Totale 4 Valutazioni |
| Sviluppatore | Tony Cosentini |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |