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 |
电子邮箱 | [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" ] } |