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.

What is PX to VW?

PX to VW is a Chrome extension developed by https://cssunitconverter.vercel.app, and its main feature is "Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download PX to VW Extension CRX File

Download PX to VW extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PX to VW PX to VW
ID giddpkhnoflfjlopldfoblpjieknlnoh
Official URL https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh
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.
File Size 536 KB
Installation Count 250
Current Version 1.1.4
Last Updated 2023-10-05
Publish Date 2023-04-05
Rating 5.00/5 Total 3 Ratings
Developer https://cssunitconverter.vercel.app
Email [email protected]
Payment Type free
Extension Website https://cssunitconverter.vercel.app/px-to-vw
Help Page URL https://cssunitconverter.vercel.app/contact
Supported Languages 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"
    }
}