Element Theme Roller
Customize all Design Tokens of Element UI and preview in real-time
Element Theme Roller là gì?
Element Theme Roller là một tiện ích mở rộng Chrome được phát triển bởi iamkun, và tính năng chính của nó là "Customize all Design Tokens of Element UI and preview in real-time".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Element Theme Roller
Tải xuống các tệp mở rộng Element Theme Roller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Element Theme Roller |
ID | lifkjlojflekabbmlddfccdkphlelmim |
URL Chính Thức | https://chromewebstore.google.com/detail/element-theme-roller/lifkjlojflekabbmlddfccdkphlelmim |
Mô tả | Customize all Design Tokens of Element UI and preview in real-time |
Kích Thước Tệp | 1.98 MB |
Số Lần Cài Đặt | 8,220 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2019-07-29 |
Ngày Phát Hành | 2019-07-29 |
Đánh Giá | 3.08/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | iamkun |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://element.eleme.io |
URL Trang Trợ Giúp | https://element.eleme.io |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |