CSS Color Helper
All the CSS color help you need
Vad är CSS Color Helper?
CSS Color Helper är en Chrome-tillägg utvecklad av Anell Kumarr Beeram, och dess huvudfunktion är "All the CSS color help you need".
Tilläggsskärmbilder
Ladda ner CSS Color Helper-förlängningens CRX-fil
Ladda ner CSS Color Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
All the CSS color help you need for designers and developers alike. Color codes, pickers, converters and palettes.
Grundläggande Information om Tillägg
Namn | CSS Color Helper |
ID | hiljhpcfhankmcfomogedikgkpnhocjl |
Officiell webbadress | https://chromewebstore.google.com/detail/css-color-helper/hiljhpcfhankmcfomogedikgkpnhocjl |
Beskrivning | All the CSS color help you need |
Filstorlek | 3.13 MB |
Antal Installationer | 21 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-11-29 |
Publiceringsdatum | 2019-11-28 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Anell Kumarr Beeram |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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'" } |