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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |