Element Theme Roller
Customize all Design Tokens of Element UI and preview in real-time
什麼是Element Theme Roller?
Element Theme Roller是由iamkun開發的Chrome擴展程式,該擴展的主要功能是“Customize all Design Tokens of Element UI and preview in real-time”。
擴展截圖
下載Element Theme Roller擴展crx文件
下載Element Theme Roller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Element Theme Roller |
ID | lifkjlojflekabbmlddfccdkphlelmim |
官方網址 | https://chromewebstore.google.com/detail/element-theme-roller/lifkjlojflekabbmlddfccdkphlelmim |
簡介 | Customize all Design Tokens of Element UI and preview in real-time |
檔案大小 | 1.98 MB |
安裝次數 | 8,220 |
目前版本 | 0.0.9 |
更新時間 | 2019-07-29 |
上架時間 | 2019-07-29 |
評分 | 3.08/5 共 12 次評分 |
開發者 | iamkun |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://element.eleme.io |
說明頁面URL | https://element.eleme.io |
支援的語言 | 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\/" ] } |