Github Whitespace ignorable differ
This extension allows you to only see only the non-whitespace diffs.
Cos'è Github Whitespace ignorable differ?
Github Whitespace ignorable differ è un'estensione di Chrome sviluppata da Scott Youngblut, e la sua funzione principale è "This extension allows you to only see only the non-whitespace diffs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github Whitespace ignorable differ
Scarica i file di estensione Github Whitespace ignorable differ 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
This extension gives you the ability to turn on white space diffing on a per-site basis using a cookie; It works on any github site including github enterprise!! Tested and Everything!
Informazioni di Base sull'Estensione
Nome | Github Whitespace ignorable differ |
ID | klfoeihajdgibpablomibnaaaleicmjb |
URL Ufficiale | https://chromewebstore.google.com/detail/github-whitespace-ignorab/klfoeihajdgibpablomibnaaaleicmjb |
Descrizione | This extension allows you to only see only the non-whitespace diffs. |
Dimensione del File | 17.75 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2015-01-31 |
Data di Pubblicazione | 2015-01-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Scott Youngblut |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://scottyoungblut.com/ |
URL della Pagina di Aiuto | https://github.com/syoungblut/chrome-github-whitespace |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Whitespace ignorable differ", "description": "This extension allows you to only see only the non-whitespace diffs.", "version": "0.0.2", "manifest_version": 2, "incognito": "split", "icons": { "16": "resources\/icon-16.png", "48": "resources\/icon-48.png", "128": "resources\/icon-128.png" }, "web_accessible_resources": [ "page-script-link-rewriter.js", "resources\/icon-16.png" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*\/commit\/*", "https:\/\/*\/*\/compare\/*", "https:\/\/*\/*\/pull\/*" ], "js": [ "jsuri\/jsuri-1.1.1.js", "cookies\/cookies-1.1.0.js", "content-script-cookie-api.js", "content-script-toggle-button.js" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "https:\/\/*\/*\/commit\/*", "https:\/\/*\/*\/compare\/*", "https:\/\/*\/*\/pull\/*" ], "js": [ "jsuri\/jsuri-1.1.1.js", "cookies\/cookies-1.1.0.js", "content-script-cookie-api.js", "content-script-preference-loader.js" ], "run_at": "document_end", "all_frames": false } ] } |