Element Theme Roller

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

What is Element Theme Roller?

Element Theme Roller is a Chrome extension developed by iamkun, and its main feature is "Customize all Design Tokens of Element UI and preview in real-time".

Extension Screenshots

screenshot
screenshot
screenshot

Download Element Theme Roller Extension CRX File

Download Element Theme Roller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Element Theme Roller Element Theme Roller
ID lifkjlojflekabbmlddfccdkphlelmim
Official URL https://chromewebstore.google.com/detail/element-theme-roller/lifkjlojflekabbmlddfccdkphlelmim
Description Customize all Design Tokens of Element UI and preview in real-time
File Size 1.98 MB
Installation Count 8,220
Current Version 0.0.9
Last Updated 2019-07-29
Publish Date 2019-07-29
Rating 3.08/5 Total 12 Ratings
Developer iamkun
Email [email protected]
Payment Type free
Extension Website https://element.eleme.io
Help Page URL https://element.eleme.io
Supported Languages 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\/"
    ]
}