Show Invisibles on Github
Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.
Show Invisibles on Githubとは何ですか?
Show Invisibles on Githubは2biazdkによって開発されたChromeの拡張機能で、その主な機能は「Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.」です。
拡張機能のスクリーンショット
Show Invisibles on Github拡張機能のCRXファイルをダウンロード
Show Invisibles on Github拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add this plugin to your browser and make whitespace visible in every piece of code that you view in Github. This will make it easy for you to keep your code consistent and give you full control over the code in your repository.
拡張機能の基本情報
名前 | Show Invisibles on Github |
ID | lhibcpaagnchghjnedmpacbkeombaiil |
公式URL | https://chromewebstore.google.com/detail/show-invisibles-on-github/lhibcpaagnchghjnedmpacbkeombaiil |
説明 | Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories. |
ファイルサイズ | 22.24 KB |
インストール数 | 131 |
現在のバージョン | 1.1.3 |
最終更新日 | 2017-09-07 |
公開日 | 2017-09-06 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | 2biazdk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.3", "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appNameShort__", "description": "__MSG_appDesc__", "author": "2biazdk", "offline_enabled": true, "minimum_chrome_version": "53", "icons": { "16": "img\/[email protected]", "19": "img\/[email protected]", "32": "img\/[email protected]", "38": "img\/[email protected]", "48": "img\/[email protected]", "128": "img\/[email protected]" }, "browser_action": { "default_icon": { "16": "img\/[email protected]", "19": "img\/[email protected]", "32": "img\/[email protected]", "38": "img\/[email protected]", "48": "img\/[email protected]", "128": "img\/[email protected]" } }, "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*" ], "js": [ "script.js" ], "css": [ "styling.css" ] } ], "web_accessible_resources": [ "styling.css" ] } |