Element Theme Roller
Customize all Design Tokens of Element UI and preview in real-time
Co to jest Element Theme Roller?
Element Theme Roller to rozszerzenie Chrome opracowane przez iamkun, a jego główną funkcją jest „Customize all Design Tokens of Element UI and preview in real-time”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Element Theme Roller
Pobierz pliki rozszerzeń Element Theme Roller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Element Theme Roller |
ID | lifkjlojflekabbmlddfccdkphlelmim |
Oficjalny URL | https://chromewebstore.google.com/detail/element-theme-roller/lifkjlojflekabbmlddfccdkphlelmim |
Opis | Customize all Design Tokens of Element UI and preview in real-time |
Rozmiar pliku | 1.98 MB |
Liczba instalacji | 8,220 |
Aktualna Wersja | 0.0.9 |
Ostatnia Aktualizacja | 2019-07-29 |
Data Publikacji | 2019-07-29 |
Ocena | 3.08/5 Łącznie 12 Oceny |
Deweloper | iamkun |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://element.eleme.io |
Adres URL Strony Pomocy | https://element.eleme.io |
Obsługiwane Języki | 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\/" ] } |