px <-> rem converter

Px-rem-converter converts px to rem and rem to px in real time

ما هو px <-> rem converter؟

px <-> rem converter هو إضافة Chrome تم تطويرها بواسطة programming.mood، والميزة الرئيسية لها هي "Px-rem-converter converts px to rem and rem to px in real time".

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

screenshot

تحميل ملف CRX للإضافة px <-> rem converter

قم بتنزيل ملفات الامتداد px <-> rem converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Px to Rem converter is a simple Chrome extension that converts px to rem and rem to px in real time, allowing to copy the converted value to the clipboard.                    

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

الاسم px <-> rem converter px <-> rem converter
ID fbccijgkaimaokofilmeiebiocahgllj
عنوان URL الرسمي https://chromewebstore.google.com/detail/px-%3C-%3E-rem-converter/fbccijgkaimaokofilmeiebiocahgllj
الوصف Px-rem-converter converts px to rem and rem to px in real time
حجم الملف 8.26 KB
عدد التثبيتات 93
النسخة الحالية 1.0.0
آخر تحديث 2023-01-17
تاريخ النشر 2023-01-17
المطور programming.mood
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/marianapatcosta/px-rem-converter/issues
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "px <-> rem converter",
    "version": "1.0.0",
    "description": "Px-rem-converter converts px to rem and rem to px in real time",
    "manifest_version": 3,
    "author": "Mariana COsta",
    "action": {
        "default_popup": "index.html",
        "default_title": "px <-> rem converter"
    },
    "icons": {
        "32": "px-to-rem.png",
        "48": "px-to-rem.png",
        "128": "px-to-rem.png"
    }
}