GitHub Diff Whitespace Ignore Button
Adds an 'Ignore whitespace' button on any GitHub file diff page.
Vad är GitHub Diff Whitespace Ignore Button?
GitHub Diff Whitespace Ignore Button är en Chrome-tillägg utvecklad av UsainBloot, och dess huvudfunktion är "Adds an 'Ignore whitespace' button on any GitHub file diff page.".
Tilläggsskärmbilder
Ladda ner GitHub Diff Whitespace Ignore Button-förlängningens CRX-fil
Ladda ner GitHub Diff Whitespace Ignore Button-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
Inserts an "Ignore Whitespace" button on file diff pages on GitHub
Grundläggande Information om Tillägg
Namn | GitHub Diff Whitespace Ignore Button |
ID | cndheldchmdkjjggoghiildfbolgpeka |
Officiell webbadress | https://chromewebstore.google.com/detail/github-diff-whitespace-ig/cndheldchmdkjjggoghiildfbolgpeka |
Beskrivning | Adds an 'Ignore whitespace' button on any GitHub file diff page. |
Filstorlek | 23.85 KB |
Antal Installationer | 25 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2016-10-07 |
Publiceringsdatum | 2016-10-07 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | UsainBloot |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/UsainBloot/github-whitespace-toggle |
Stödda Språk | 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" ] } |