Element Theme Roller

Customize all Design Tokens of Element UI and preview in real-time

Qu'est-ce que Element Theme Roller ?

Element Theme Roller est une extension Chrome développée par iamkun, et sa fonction principale est "Customize all Design Tokens of Element UI and preview in real-time".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Element Theme Roller

Téléchargez les fichiers d'extension Element Theme Roller 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

                        Use Element Theme Roller to customize all Design Tokens of global variables and components,and preview the new theme in real-time and generate a complete style package based on the new theme for you to download directly                    

Informations de Base sur l'Extension

Nom Element Theme Roller Element Theme Roller
ID lifkjlojflekabbmlddfccdkphlelmim
URL Officiel https://chromewebstore.google.com/detail/element-theme-roller/lifkjlojflekabbmlddfccdkphlelmim
Description Customize all Design Tokens of Element UI and preview in real-time
Taille du Fichier 1.98 MB
Nombre d'Installations 8,220
Version Actuelle 0.0.9
Dernière Mise à Jour 2019-07-29
Date de Publication 2019-07-29
Évaluation 3.08/5 Total 12 Évaluations
Développeur iamkun
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://element.eleme.io
URL de la Page d'Aide https://element.eleme.io
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Element Theme Roller",
    "version": "0.0.9",
    "description": "Customize all Design Tokens of Element UI and preview in real-time",
    "web_accessible_resources": [
        "entry.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Element Theme Roller"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.ele.me\/",
        "https:\/\/*.elenet.me\/"
    ]
}