GitHub Diff Whitespace Disabler
This extension will force GitHub diffs to always ignore whitespace.
Vad är GitHub Diff Whitespace Disabler?
GitHub Diff Whitespace Disabler är en Chrome-tillägg utvecklad av Tony Cosentini, och dess huvudfunktion är "This extension will force GitHub diffs to always ignore whitespace.".
Ladda ner GitHub Diff Whitespace Disabler-förlängningens CRX-fil
Ladda ner GitHub Diff Whitespace Disabler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds ?w=1 to all GitHub commit URLs.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | bppopebgnjajocjnjlginjfpjbleappc |
Officiell webbadress | https://chrome.google.com/webstore/detail/github-diff-whitespace-di/bppopebgnjajocjnjlginjfpjbleappc |
Beskrivning | This extension will force GitHub diffs to always ignore whitespace. |
Filstorlek | 3.35 KB |
Antal Installationer | 27 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2017-08-03 |
Publiceringsdatum | 2017-08-03 |
Betyg | 3.50/5 Totalt 4 Betyg |
Utvecklare | Tony Cosentini |
Betalningssätt | free |
Stödda Språk | 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" ] } } |