Render Whitespace on GitHub
Renders spaces as · and tabs as → in all the code on GitHub.
Render Whitespace on GitHub क्या है?
Render Whitespace on GitHub glebm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Renders spaces as · and tabs as → in all the code on GitHub."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Render Whitespace on GitHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are they tabs? Are they spaces? How many? Never wonder again! Add this extension to see the whitespace on GitHub.
एक्सटेंशन की मूल जानकारी
नाम | Render Whitespace on GitHub |
ID | ifdbipohclgnokjgpejhnbjdlgjkkhom |
आधिकारिक URL | https://chromewebstore.google.com/detail/render-whitespace-on-gith/ifdbipohclgnokjgpejhnbjdlgjkkhom |
विवरण | Renders spaces as · and tabs as → in all the code on GitHub. |
फ़ाइल का आकार | 9.93 KB |
स्थापना संख्या | 586 |
वर्तमान संस्करण | 1.3.12 |
अंतिम अपडेट | 2018-08-25 |
प्रकाशन तिथि | 2018-08-25 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | glebm |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/glebm/render-whitespace-on-github |
समर्थित भाषाएँ | 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" } } |