Render Whitespace on GitHub
Renders spaces as · and tabs as → in all the code on GitHub.
Wat is Render Whitespace on GitHub?
Render Whitespace on GitHub is een Chrome-extensie ontwikkeld door glebm, en de belangrijkste functie is "Renders spaces as · and tabs as → in all the code on GitHub.".
Extensie Screenshots
Download het CRX-bestand van de extensie Render Whitespace on GitHub
Download Render Whitespace on GitHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Are they tabs? Are they spaces? How many? Never wonder again! Add this extension to see the whitespace on GitHub.
Basisinformatie over de Extensie
Naam | Render Whitespace on GitHub |
ID | ifdbipohclgnokjgpejhnbjdlgjkkhom |
Officiële URL | https://chromewebstore.google.com/detail/render-whitespace-on-gith/ifdbipohclgnokjgpejhnbjdlgjkkhom |
Beschrijving | Renders spaces as · and tabs as → in all the code on GitHub. |
Bestandsgrootte | 9.93 KB |
Aantal Installaties | 586 |
Huidige Versie | 1.3.12 |
Laatst Bijgewerkt | 2018-08-25 |
Publicatiedatum | 2018-08-25 |
Beoordeling | 4.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | glebm |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/glebm/render-whitespace-on-github |
Ondersteunde Talen | 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" } } |