Github Whitespace ignorable differ
This extension allows you to only see only the non-whitespace diffs.
Co je Github Whitespace ignorable differ?
Github Whitespace ignorable differ je rozšíření Chrome vyvinuté Scott Youngblut, a jeho hlavní funkcí je „This extension allows you to only see only the non-whitespace diffs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Github Whitespace ignorable differ
Stáhněte si soubory rozšíření Github Whitespace ignorable differ 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í
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!
Základní Informace o Rozšíření
Název | Github Whitespace ignorable differ |
ID | klfoeihajdgibpablomibnaaaleicmjb |
Oficiální URL | https://chromewebstore.google.com/detail/github-whitespace-ignorab/klfoeihajdgibpablomibnaaaleicmjb |
Popis | This extension allows you to only see only the non-whitespace diffs. |
Velikost souboru | 17.75 KB |
Počet instalací | 16 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2015-01-31 |
Datum Vydání | 2015-01-31 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Scott Youngblut |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://scottyoungblut.com/ |
URL Stránky Nápovědy | https://github.com/syoungblut/chrome-github-whitespace |
Podporované Jazyky | 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 } ] } |