Element Theme Roller
Customize all Design Tokens of Element UI and preview in real-time
Vad är Element Theme Roller?
Element Theme Roller är en Chrome-tillägg utvecklad av iamkun, och dess huvudfunktion är "Customize all Design Tokens of Element UI and preview in real-time".
Tilläggsskärmbilder
Ladda ner Element Theme Roller-förlängningens CRX-fil
Ladda ner Element Theme Roller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | lifkjlojflekabbmlddfccdkphlelmim |
| Officiell webbadress | https://chromewebstore.google.com/detail/element-theme-roller/lifkjlojflekabbmlddfccdkphlelmim |
| Beskrivning | Customize all Design Tokens of Element UI and preview in real-time |
| Filstorlek | 1.98 MB |
| Antal Installationer | 8,220 |
| Aktuell Version | 0.0.9 |
| Senast Uppdaterad | 2019-07-29 |
| Publiceringsdatum | 2019-07-29 |
| Betyg | 3.08/5 Totalt 12 Betyg |
| Utvecklare | iamkun |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://element.eleme.io |
| Hjälpsida URL | https://element.eleme.io |
| Stödda Språk | 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\/"
]
} | |