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 là gì?

PX to VW là một tiện ích mở rộng Chrome được phát triển bởi https://cssunitconverter.vercel.app, và tính năng chính của nó là "Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PX to VW

Tải xuống các tệp mở rộng PX to VW dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PX to VW PX to VW
ID giddpkhnoflfjlopldfoblpjieknlnoh
URL Chính Thức https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh
Mô tả Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.
Kích Thước Tệp 536 KB
Số Lần Cài Đặt 250
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2023-10-05
Ngày Phát Hành 2023-04-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://cssunitconverter.vercel.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cssunitconverter.vercel.app/px-to-vw
URL Trang Trợ Giúp https://cssunitconverter.vercel.app/contact
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}