CSS Color Chart
Tool that references all the css color that can be call by name, in rainbow order.
Qu'est-ce que CSS Color Chart ?
CSS Color Chart est une extension Chrome développée par Iñaki Aranzadi, et sa fonction principale est "Tool that references all the css color that can be call by name, in rainbow order.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CSS Color Chart
Téléchargez les fichiers d'extension CSS Color Chart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CSS Color Chart |
ID | pmiclebjcgfopaejmnepnlkejpmfckgc |
URL Officiel | 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. |
Taille du Fichier | 71.04 KB |
Nombre d'Installations | 115 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2016-02-29 |
Date de Publication | 2016-02-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Iñaki Aranzadi |
Type de Paiement | free |
Site Web de l'Extension | http://ainsleywagoner.com/color-chart/ |
Langues Prises en Charge | 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 } } |