CSS Color Chart
Tool that references all the css color that can be call by name, in rainbow order.
Was ist CSS Color Chart?
CSS Color Chart ist eine Chrome-Erweiterung, die von Iñaki Aranzadi entwickelt wurde, und ihr Hauptmerkmal ist "Tool that references all the css color that can be call by name, in rainbow order.".
Erweiterungsscreenshots
CSS Color Chart-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSS Color Chart-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CSS Color Chart |
ID | pmiclebjcgfopaejmnepnlkejpmfckgc |
Offizielle URL | https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc |
Beschreibung | Tool that references all the css color that can be call by name, in rainbow order. |
Dateigröße | 71.04 KB |
Installationsanzahl | 115 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2016-02-29 |
Veröffentlichungsdatum | 2016-02-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Iñaki Aranzadi |
Zahlungsart | free |
Erweiterungswebsite | http://ainsleywagoner.com/color-chart/ |
Unterstützte Sprachen | 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 } } |