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文件
下載CSS Color Chart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } } |