CSS Color Chart
Tool that references all the css color that can be call by name, in rainbow order.
Τι είναι το CSS Color Chart;
Το CSS Color Chart είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Iñaki Aranzadi, και η κύρια λειτουργία του είναι "Tool that references all the css color that can be call by name, in rainbow order.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CSS Color Chart
Λήψη αρχείων επέκτασης CSS Color Chart σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CSS Color Chart |
ID | pmiclebjcgfopaejmnepnlkejpmfckgc |
Επίσημο URL | https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc |
Περιγραφή | Tool that references all the css color that can be call by name, in rainbow order. |
Μέγεθος Αρχείου | 71.04 KB |
Αριθμός Εγκαταστάσεων | 115 |
Τρέχουσα Έκδοση | 1.2.2 |
Τελευταία Ενημέρωση | 2016-02-29 |
Ημερομηνία Δημοσίευσης | 2016-02-29 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Iñaki Aranzadi |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://ainsleywagoner.com/color-chart/ |
Υποστηριζόμενες Γλώσσες | 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 } } |