Element Theme Roller
Customize all Design Tokens of Element UI and preview in real-time
O que é Element Theme Roller?
Element Theme Roller é uma extensão do Chrome desenvolvida por iamkun, e sua principal característica é "Customize all Design Tokens of Element UI and preview in real-time".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Element Theme Roller
Baixe arquivos de extensão Element Theme Roller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Element Theme Roller |
ID | lifkjlojflekabbmlddfccdkphlelmim |
URL Oficial | https://chromewebstore.google.com/detail/element-theme-roller/lifkjlojflekabbmlddfccdkphlelmim |
Descrição | Customize all Design Tokens of Element UI and preview in real-time |
Tamanho do Arquivo | 1.98 MB |
Contagem de Instalações | 8,220 |
Versão Atual | 0.0.9 |
Última Atualização | 2019-07-29 |
Data de Publicação | 2019-07-29 |
Classificação | 3.08/5 Total de 12 Avaliações |
Desenvolvedor | iamkun |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://element.eleme.io |
URL da Página de Ajuda | https://element.eleme.io |
Idiomas Suportados | 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\/" ] } |