GitHub Whitespace
Redirect GitHub pull request pages to ignore whitespaces
Co je GitHub Whitespace?
GitHub Whitespace je rozšíření Chrome vyvinuté jackchuka, a jeho hlavní funkcí je „Redirect GitHub pull request pages to ignore whitespaces“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub Whitespace
Stáhněte si soubory rozšíření GitHub 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í
Tired of switching GitHub's "Hide whitespace changes"? This extension saves you three clicks! The extension is minimal, you can simply enable or disable it from Chrome Extensions tab. Update: Nov 6th, 2020 Now you can enable this extension on GitHub Enterprise by clicking the Extension icon -> "Enable GitHub Whitespace on this domain".
Základní Informace o Rozšíření
Název | GitHub Whitespace |
ID | fnpkdafamnbjoldglihkjjdicofghccm |
Oficiální URL | https://chromewebstore.google.com/detail/github-whitespace/fnpkdafamnbjoldglihkjjdicofghccm |
Popis | Redirect GitHub pull request pages to ignore whitespaces |
Velikost souboru | 10.71 KB |
Počet instalací | 996 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2021-09-02 |
Datum Vydání | 2020-08-12 |
Hodnocení | 4.75/5 Celkem 8 Hodnocení |
Vývojář | jackchuka |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Whitespace", "description": "Redirect GitHub pull request pages to ignore whitespaces", "version": "1.2", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "contextMenus", "webRequest", "webRequestBlocking", "*:\/\/*.github.com\/*" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |