CSS Color Chart

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

Wat is CSS Color Chart?

CSS Color Chart is een Chrome-extensie ontwikkeld door Iñaki Aranzadi, en de belangrijkste functie is "Tool that references all the css color that can be call by name, in rainbow order.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CSS Color Chart

Download CSS Color Chart-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CSS Color Chart CSS Color Chart
ID pmiclebjcgfopaejmnepnlkejpmfckgc
Officiële URL https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc
Beschrijving Tool that references all the css color that can be call by name, in rainbow order.
Bestandsgrootte 71.04 KB
Aantal Installaties 115
Huidige Versie 1.2.2
Laatst Bijgewerkt 2016-02-29
Publicatiedatum 2016-02-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Iñaki Aranzadi
Betalingswijze free
Extensiewebsite http://ainsleywagoner.com/color-chart/
Ondersteunde Talen 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
    }
}