PxtoRem

Convert pixel units to rem

ما هو PxtoRem؟

PxtoRem هو إضافة Chrome تم تطويرها بواسطة https://shash7.com، والميزة الرئيسية لها هي "Convert pixel units to rem".

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

screenshot

تحميل ملف CRX للإضافة PxtoRem

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

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

                        Px to rem

A simple calculator to convert pixel values to rem values

Simply open up the popup window and add the pixel sizes you want to convert in the textarea and the list will be automatically updated with the rem versions of those pixel values.

You can also set the base pixel value too.

Best of all, the values are stored locally so whatever changes you make will be there when you open the popup window.

---

Sidenote - I've launched Snapfont, a Chrome plugin to test fonts on any live website. Check it out at getsnapfont.com                    

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

الاسم PxtoRem PxtoRem
ID ldbemkmafmibhpncgagpegmhbhpolnlp
عنوان URL الرسمي https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp
الوصف Convert pixel units to rem
حجم الملف 201 KB
عدد التثبيتات 5,095
النسخة الحالية 0.0.3
آخر تحديث 2020-03-11
تاريخ النشر 2020-03-11
تقييم 5.00/5 مجموع تقييمات 8
المطور https://shash7.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://underlineme.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PxtoRem",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Convert pixel units to rem",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Px to rem",
        "default_popup": "popup.html"
    }
}