Zeplin Pixel to Rem

An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.

Zeplin Pixel to Remคืออะไร?

Zeplin Pixel to Rem เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sepehr411 และคุณลักษณะหลักของมันคือ "An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zeplin Pixel to Rem

ดาวน์โหลดไฟล์ส่วนขยาย Zeplin Pixel to Rem ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zeplin Pixel to Rem Zeplin Pixel to Rem
ID ljbfneibnhgkkmmllhcjjijahiifgdhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zeplin-pixel-to-rem/ljbfneibnhgkkmmllhcjjijahiifgdhe
คำอธิบาย An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 251
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-01-05
วันที่เผยแพร่ 2020-01-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา sepehr411
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zeplin Pixel to Rem",
    "short_name": "zeplinpxtorem",
    "version": "1.0",
    "browser_action": {
        "default_title": "Zeplin Pixel to Rem",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/app.zeplin.io\/*",
                "https:\/\/app.zeplin.io\/*"
            ],
            "js": [
                ".\/dist\/index.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}