PX to REM

Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.

ما هو PX to REM؟

PX to REM هو إضافة Chrome تم تطويرها بواسطة https://cssunitconverter.vercel.app، والميزة الرئيسية لها هي "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PX to REM

قم بتنزيل ملفات الامتداد PX to REM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension provides px to rem and rem to px css unit converter.

The main purpose of this extension is to provide free px to rem converter for public use.

The extension supports hotkeys to make the calculations faster.                    

معلومات أساسية عن التمديد

الاسم PX to REM PX to REM
ID eflpimbhckenngbgfdcmopelafppincd
عنوان URL الرسمي https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd
الوصف Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.
حجم الملف 533 KB
عدد التثبيتات 75
النسخة الحالية 1.1.2
آخر تحديث 2023-10-05
تاريخ النشر 2023-05-07
تقييم 5.00/5 مجموع تقييمات 1
المطور https://cssunitconverter.vercel.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cssunitconverter.vercel.app/px-to-rem
عنوان صفحة المساعدة https://cssunitconverter.vercel.app/contact
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PX to REM",
    "description": "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.",
    "author": "Arthur Arakelyan",
    "version": "1.1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo192.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo192.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "test.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo192.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}