CSS Color Chart

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

Vad är CSS Color Chart?

CSS Color Chart är en Chrome-tillägg utvecklad av Iñaki Aranzadi, och dess huvudfunktion är "Tool that references all the css color that can be call by name, in rainbow order.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner CSS Color Chart-förlängningens CRX-fil

Ladda ner CSS Color Chart-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CSS Color Chart CSS Color Chart
ID pmiclebjcgfopaejmnepnlkejpmfckgc
Officiell webbadress https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc
Beskrivning Tool that references all the css color that can be call by name, in rainbow order.
Filstorlek 71.04 KB
Antal Installationer 115
Aktuell Version 1.2.2
Senast Uppdaterad 2016-02-29
Publiceringsdatum 2016-02-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Iñaki Aranzadi
Betalningssätt free
Tilläggswebbplats http://ainsleywagoner.com/color-chart/
Stödda Språk 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
    }
}