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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}