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 扩展基本信息
| 名称 | |
| ID | lifkjlojflekabbmlddfccdkphlelmim |
| 官方URL | 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\/"
]
} | |