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.

Wat is PX to VW?

PX to VW is een Chrome-extensie ontwikkeld door https://cssunitconverter.vercel.app, en de belangrijkste functie 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.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PX to VW

Download PX to VW-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PX to VW PX to VW
ID giddpkhnoflfjlopldfoblpjieknlnoh
Officiële URL https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh
Beschrijving Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.
Bestandsgrootte 536 KB
Aantal Installaties 250
Huidige Versie 1.1.4
Laatst Bijgewerkt 2023-10-05
Publicatiedatum 2023-04-05
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://cssunitconverter.vercel.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cssunitconverter.vercel.app/px-to-vw
Help Pagina-URL https://cssunitconverter.vercel.app/contact
Ondersteunde Talen 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"
    }
}