CSS Color Helper

All the CSS color help you need

Qu'est-ce que CSS Color Helper ?

CSS Color Helper est une extension Chrome développée par Anell Kumarr Beeram, et sa fonction principale est "All the CSS color help you need".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CSS Color Helper

Téléchargez les fichiers d'extension CSS Color Helper 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

                        All the CSS color help you need for designers and developers alike. Color codes, pickers, converters and palettes.                    

Informations de Base sur l'Extension

Nom CSS Color Helper CSS Color Helper
ID hiljhpcfhankmcfomogedikgkpnhocjl
URL Officiel https://chromewebstore.google.com/detail/css-color-helper/hiljhpcfhankmcfomogedikgkpnhocjl
Description All the CSS color help you need
Taille du Fichier 3.13 MB
Nombre d'Installations 21
Version Actuelle 1.0
Dernière Mise à Jour 2019-11-29
Date de Publication 2019-11-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur Anell Kumarr Beeram
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}