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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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\/"
    ]
}