Element Theme Roller
Customize all Design Tokens of Element UI and preview in real-time
Что такое Element Theme Roller?
Element Theme Roller - это расширение Chrome, разработанное iamkun, и его основная функция - "Customize all Design Tokens of Element UI and preview in real-time".
Снимки экрана расширения
Скачать файл CRX расширения Element Theme Roller
Скачайте файлы расширений 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
Основная информация о расширении
Название | 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\/" ] } |