Quick Color
Generate random colors for design inspiration.
Quick Color란 무엇입니까?
Quick Color은(는) agajewski.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate random colors for design inspiration."입니다.
확장 프로그램 스크린샷
Quick Color 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you a designer looking for color inspiration? Perhaps a developer in need of colors for your latest side project? This extension is perfect for you! Simply click the generate button and a random color will be displayed in hex. The background of the popup will transition to that color so you can experience it before you choose. Once you decide on the color, just copy and paste! No bloat, no hassle, just easy color generation.
확장 프로그램 기본 정보
이름 | Quick Color |
ID | gfkfagdbfocppnpnjbcopfdidgkndkie |
공식 URL | https://chromewebstore.google.com/detail/quick-color/gfkfagdbfocppnpnjbcopfdidgkndkie |
설명 | Generate random colors for design inspiration. |
파일 크기 | 94.49 KB |
설치 횟수 | 984 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-06-15 |
출시 날짜 | 2016-06-15 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | agajewski.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Color", "version": "1.0.1", "manifest_version": 2, "description": "Generate random colors for design inspiration.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Quick Color", "default_popup": "src\/browser_action\/browser_action.html" } } |