CSS Color Chart

Tool that references all the css color that can be call by name, in rainbow order.

What is CSS Color Chart?

CSS Color Chart is a Chrome extension developed by Iñaki Aranzadi, and its main feature is "Tool that references all the css color that can be call by name, in rainbow order.".

Extension Screenshots

screenshot
screenshot

Download CSS Color Chart Extension CRX File

Download CSS Color Chart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CSS Color Chart CSS Color Chart
ID pmiclebjcgfopaejmnepnlkejpmfckgc
Official URL https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc
Description Tool that references all the css color that can be call by name, in rainbow order.
File Size 71.04 KB
Installation Count 115
Current Version 1.2.2
Last Updated 2016-02-29
Publish Date 2016-02-29
Rating 5.00/5 Total 1 Ratings
Developer Iñaki Aranzadi
Payment Type free
Extension Website http://ainsleywagoner.com/color-chart/
Supported Languages 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
    }
}