PX to VW

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

PX to VWคืออะไร?

PX to VW เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cssunitconverter.vercel.app และคุณลักษณะหลักของมันคือ "Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PX to VW

ดาวน์โหลดไฟล์ส่วนขยาย PX to VW ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension provides px to vw (Pixels to Viewport Width) and vw to px (Viewport Width to Pixels) css unit converter.

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

The extension supports hotkeys to make the calculations faster.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PX to VW PX to VW
ID giddpkhnoflfjlopldfoblpjieknlnoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh
คำอธิบาย Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.
ขนาดไฟล์ 536 KB
จำนวนการติดตั้ง 250
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2023-10-05
วันที่เผยแพร่ 2023-04-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://cssunitconverter.vercel.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cssunitconverter.vercel.app/px-to-vw
URL หน้าช่วยเหลือ https://cssunitconverter.vercel.app/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PX to VW",
    "description": "Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.",
    "author": "Arthur Arakelyan",
    "version": "1.1.4",
    "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"
    }
}