CSS Color Chart
Tool that references all the css color that can be call by name, in rainbow order.
CSS Color Chart란 무엇입니까?
CSS Color Chart은(는) Iñaki Aranzadi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tool that references all the css color that can be call by name, in rainbow order."입니다.
확장 프로그램 스크린샷
CSS Color Chart 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This little tool let you explore all the CSS colors that have a name value, then you can copy the name on your clipboard by simply clicking on the circular tile.
확장 프로그램 기본 정보
이름 | CSS Color Chart |
ID | pmiclebjcgfopaejmnepnlkejpmfckgc |
공식 URL | https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc |
설명 | Tool that references all the css color that can be call by name, in rainbow order. |
파일 크기 | 71.04 KB |
설치 횟수 | 115 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2016-02-29 |
출시 날짜 | 2016-02-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Iñaki Aranzadi |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://ainsleywagoner.com/color-chart/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Color Chart", "description": "Tool that references all the css color that can be call by name, in rainbow order.", "version": "1.2.2", "icons": { "32": "images\/tile.32.png", "64": "images\/tile.64.png", "128": "images\/tile.128.png" }, "browser_action": { "default_icon": "images\/tile.128.png", "default_title": "CSS Color Chart", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |