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.

Co je PX to VW?

PX to VW je rozšíření Chrome vyvinuté https://cssunitconverter.vercel.app, a jeho hlavní funkcí je „Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PX to VW

Stáhněte si soubory rozšíření PX to VW ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PX to VW PX to VW
ID giddpkhnoflfjlopldfoblpjieknlnoh
Oficiální URL https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh
Popis Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.
Velikost souboru 536 KB
Počet instalací 250
Aktuální Verze 1.1.4
Poslední Aktualizace 2023-10-05
Datum Vydání 2023-04-05
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://cssunitconverter.vercel.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://cssunitconverter.vercel.app/px-to-vw
URL Stránky Nápovědy https://cssunitconverter.vercel.app/contact
Podporované Jazyky 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"
    }
}