Element Theme Roller
Customize all Design Tokens of Element UI and preview in real-time
Element Theme Roller क्या है?
Element Theme Roller iamkun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize all Design Tokens of Element UI and preview in real-time"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Element Theme Roller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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\/" ] } |