Colors Dev Panel
Colors, in your dev inspector
Colors Dev Panel란 무엇입니까?
Colors Dev Panel은(는) Roy Kolak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Colors, in your dev inspector"입니다.
확장 프로그램 스크린샷
Colors Dev Panel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Color Panel you have been searching for all your life... is here. • Get the inspected site's palette of colors • Modify any site's palette in real-time • Precise color step control for manipulation • Lighten and darken colors • Saturate and desaturate colors • Blend colors to find that perfect shade • Convert between Hex, RGB, and HSL • Easily copy colors to the clipboard • View recently selected colors • Explorable color schemas... - Complementary - Split complementary - Triadic - Tetradic - Analogous - Neutral Oh and it's Open Source! https://github.com/roykolak/colors-dev-panel
확장 프로그램 기본 정보
이름 | |
ID | bgmflgfbiohkjpmoglkmfadokpichgln |
공식 URL | https://chrome.google.com/webstore/detail/colors-dev-panel/bgmflgfbiohkjpmoglkmfadokpichgln |
설명 | Colors, in your dev inspector |
파일 크기 | 344 KB |
설치 횟수 | 134 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2014-03-31 |
출시 날짜 | 2014-03-31 |
평점 | 3.40/5 총 5 개의 평점 |
개발자 | Roy Kolak |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colors Dev Panel", "short_name": "Colors Panels", "version": "1.2.1", "manifest_version": 2, "description": "Colors, in your dev inspector", "minimum_chrome_version": "29", "devtools_page": "devtools.html", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "permissions": [ "clipboardWrite", "clipboardRead", "tabs", "storage" ], "content_scripts": [ { "matches": [ " |