GitHub-Diff-Whitespace
Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`)
Co je GitHub-Diff-Whitespace?
GitHub-Diff-Whitespace je rozšíření Chrome vyvinuté jasonkarns, a jeho hlavní funkcí je „Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub-Diff-Whitespace
Stáhněte si soubory rozšíření GitHub-Diff-Whitespace ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Provide a UI button to toggle whitespace in GitHub diffs.
Základní Informace o Rozšíření
Název | GitHub-Diff-Whitespace |
ID | lhbcdehjihmbiafeodkfnbndleijnnhp |
Oficiální URL | https://chromewebstore.google.com/detail/github-diff-whitespace/lhbcdehjihmbiafeodkfnbndleijnnhp |
Popis | Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`) |
Velikost souboru | 5.42 KB |
Počet instalací | 135 |
Aktuální Verze | 1.3.2 |
Poslední Aktualizace | 2015-09-14 |
Datum Vydání | 2015-09-14 |
Hodnocení | 3.57/5 Celkem 7 Hodnocení |
Vývojář | jasonkarns |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/jasonkarns/userscripts/tree/master/github-diff-whitespace |
URL Stránky Nápovědy | https://github.com/jasonkarns/userscripts/tree/master/github-diff-whitespace |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub-Diff-Whitespace", "version": "1.3.2", "manifest_version": 2, "description": "Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`)", "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "github-diff-whitespace.js" ], "matches": [ "https:\/\/github.com\/*\/commit\/*", "https:\/\/github.com\/*\/compare\/*", "https:\/\/github.com\/*\/pull\/*" ] } ] } |