CSS Color Chart
Tool that references all the css color that can be call by name, in rainbow order.
Cos'è CSS Color Chart?
CSS Color Chart è un'estensione di Chrome sviluppata da Iñaki Aranzadi, e la sua funzione principale è "Tool that references all the css color that can be call by name, in rainbow order.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CSS Color Chart
Scarica i file di estensione CSS Color Chart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CSS Color Chart |
ID | pmiclebjcgfopaejmnepnlkejpmfckgc |
URL Ufficiale | https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc |
Descrizione | Tool that references all the css color that can be call by name, in rainbow order. |
Dimensione del File | 71.04 KB |
Conteggio Installazioni | 115 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2016-02-29 |
Data di Pubblicazione | 2016-02-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Iñaki Aranzadi |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://ainsleywagoner.com/color-chart/ |
Lingue Supportate | 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 } } |