Element Theme Roller
Customize all Design Tokens of Element UI and preview in real-time
Cos'è Element Theme Roller?
Element Theme Roller è un'estensione di Chrome sviluppata da iamkun, e la sua funzione principale è "Customize all Design Tokens of Element UI and preview in real-time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Element Theme Roller
Scarica i file di estensione Element Theme Roller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Element Theme Roller |
ID | lifkjlojflekabbmlddfccdkphlelmim |
URL Ufficiale | https://chromewebstore.google.com/detail/element-theme-roller/lifkjlojflekabbmlddfccdkphlelmim |
Descrizione | Customize all Design Tokens of Element UI and preview in real-time |
Dimensione del File | 1.98 MB |
Conteggio Installazioni | 8,220 |
Versione Corrente | 0.0.9 |
Ultimo Aggiornamento | 2019-07-29 |
Data di Pubblicazione | 2019-07-29 |
Valutazione | 3.08/5 Totale 12 Valutazioni |
Sviluppatore | iamkun |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://element.eleme.io |
URL della Pagina di Aiuto | https://element.eleme.io |
Lingue Supportate | 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\/" ] } |