Color Tool
Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
Color Tool란 무엇입니까?
Color Tool은(는) Kirill Klimuk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard."입니다.
확장 프로그램 스크린샷
Color Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Type "color" into the omnibox and start using the app. To use, type either hex, rgb, hsv, hsl and the values. A range of available transformations will pop up. Select the one you want. It will automatically be copied to your clipboard.
확장 프로그램 기본 정보
이름 | |
ID | flmbopnfglddclobhlmlfahodcgdhaga |
공식 URL | https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga |
설명 | Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard. |
파일 크기 | 116 KB |
설치 횟수 | 69 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2014-11-17 |
출시 날짜 | 2014-11-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Kirill Klimuk |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "index.html" }, "description": "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.", "icons": { "128": "assets\/color-tool-128x128.png", "16": "assets\/color-tool-16x16.png", "48": "assets\/color-tool-48x48.png" }, "manifest_version": 2, "name": "Color Tool", "offline_enabled": true, "omnibox": { "keyword": "color" }, "permissions": [ "clipboardRead" ], "version": "1.0.0" } |