Element Theme Roller
Customize all Design Tokens of Element UI and preview in real-time
Element Theme Rollerとは何ですか?
Element Theme Rollerはiamkunによって開発されたChromeの拡張機能で、その主な機能は「Customize all Design Tokens of Element UI and preview in real-time」です。
拡張機能のスクリーンショット
Element Theme Roller拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/"
]
} | |