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によって開発されたChromeの拡張機能で、その主な機能は「Renders spaces as · and tabs as → in all the code on GitHub.」です。
拡張機能のスクリーンショット
Render Whitespace on GitHub拡張機能のCRXファイルをダウンロード
Render Whitespace on GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |