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.”。

扩展截图

screenshot
screenshot

下载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 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
    }
}