Render Whitespace on GitHub
Renders spaces as · and tabs as → in all the code on GitHub.
Vad är Render Whitespace on GitHub?
Render Whitespace on GitHub är en Chrome-tillägg utvecklad av glebm, och dess huvudfunktion är "Renders spaces as · and tabs as → in all the code on GitHub.".
Tilläggsskärmbilder
Ladda ner Render Whitespace on GitHub-förlängningens CRX-fil
Ladda ner Render Whitespace on GitHub-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Are they tabs? Are they spaces? How many?
Never wonder again!
Add this extension to see the whitespace on GitHub. Grundläggande Information om Tillägg
| Namn | |
| ID | ifdbipohclgnokjgpejhnbjdlgjkkhom |
| Officiell webbadress | https://chromewebstore.google.com/detail/render-whitespace-on-gith/ifdbipohclgnokjgpejhnbjdlgjkkhom |
| Beskrivning | Renders spaces as · and tabs as → in all the code on GitHub. |
| Filstorlek | 9.93 KB |
| Antal Installationer | 586 |
| Aktuell Version | 1.3.12 |
| Senast Uppdaterad | 2018-08-25 |
| Publiceringsdatum | 2018-08-25 |
| Betyg | 4.00/5 Totalt 6 Betyg |
| Utvecklare | glebm |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/glebm/render-whitespace-on-github |
| Stödda Språk | 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"
}
} | |