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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |