Render Whitespace on GitHub
Renders spaces as · and tabs as → in all the code on GitHub.
Co je Render Whitespace on GitHub?
Render Whitespace on GitHub je rozšíření Chrome vyvinuté glebm, a jeho hlavní funkcí je „Renders spaces as · and tabs as → in all the code on GitHub.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Render Whitespace on GitHub
Stáhněte si soubory rozšíření Render Whitespace on GitHub 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í
Are they tabs? Are they spaces? How many? Never wonder again! Add this extension to see the whitespace on GitHub.
Základní Informace o Rozšíření
Název | Render Whitespace on GitHub |
ID | ifdbipohclgnokjgpejhnbjdlgjkkhom |
Oficiální URL | https://chromewebstore.google.com/detail/render-whitespace-on-gith/ifdbipohclgnokjgpejhnbjdlgjkkhom |
Popis | Renders spaces as · and tabs as → in all the code on GitHub. |
Velikost souboru | 9.93 KB |
Počet instalací | 586 |
Aktuální Verze | 1.3.12 |
Poslední Aktualizace | 2018-08-25 |
Datum Vydání | 2018-08-25 |
Hodnocení | 4.00/5 Celkem 6 Hodnocení |
Vývojář | glebm |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/glebm/render-whitespace-on-github |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Render Whitespace on GitHub", "version": "1.3.12", "author": "Gleb Mazovetskiy", "content_scripts": [ { "js": [ "RenderWhitespaceOnGithub.user.js" ], "matches": [ "https:\/\/gist.github.com\/*", "https:\/\/github.com\/*" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "homepage_url": "https:\/\/github.com\/glebm\/render-whitespace-on-github", "description": "Renders spaces as \u00b7 and tabs as \u2192 in all the code on GitHub.", "icons": { "128": "icon128.png" } } |