Color Dev
Customize the color scheme of the developers favorite pages
Color Dev란 무엇입니까?
Color Dev은(는) APHIX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize the color scheme of the developers favorite pages"입니다.
확장 프로그램 스크린샷
Color Dev 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Customize the color scheme of the code that appears in stackoverflow. This is not a extension who customize the entire page. The main purpose is to beautify the code that you read from the stackoverflow. Github, bitbucket and more are coming. Check the source code in : https://github.com/rodrigore/ColorDev -- Change log: v1.1.4: Fix bug
확장 프로그램 기본 정보
이름 | |
ID | kjccccpbheobmffklpejpgjapcbnlkng |
공식 URL | https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng |
설명 | Customize the color scheme of the developers favorite pages |
파일 크기 | 52.67 KB |
설치 횟수 | 45 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2013-09-06 |
출시 날짜 | 2013-09-06 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | APHIX |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Dev", "version": "1.1.4", "manifest_version": 2, "description": "Customize the color scheme of the developers favorite pages", "homepage_url": "https:\/\/github.com\/rodrigore\/ColorDev", "icons": { "16": "icons\/icon16.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/stack19.png", "default_title": "Choose your Color Scheme for stackoverflow (soon GitHub)", "default_popup": "src\/page_action\/page_action.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/stackoverflow.com\/*" ] } |