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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ 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"
    }
}