CSS Color Helper
All the CSS color help you need
Was ist CSS Color Helper?
CSS Color Helper ist eine Chrome-Erweiterung, die von Anell Kumarr Beeram entwickelt wurde, und ihr Hauptmerkmal ist "All the CSS color help you need".
Erweiterungsscreenshots
CSS Color Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSS Color Helper-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
All the CSS color help you need for designers and developers alike. Color codes, pickers, converters and palettes.
Grundlegende Informationen zur Erweiterung
Name | CSS Color Helper |
ID | hiljhpcfhankmcfomogedikgkpnhocjl |
Offizielle URL | https://chromewebstore.google.com/detail/css-color-helper/hiljhpcfhankmcfomogedikgkpnhocjl |
Beschreibung | All the CSS color help you need |
Dateigröße | 3.13 MB |
Installationsanzahl | 21 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-11-29 |
Veröffentlichungsdatum | 2019-11-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Anell Kumarr Beeram |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Color Helper", "version": "1.0", "description": "All the CSS color help you need", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "CSS Color Helper: All the CSS color help you need" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |