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.

Cos'è PX to VW?

PX to VW è un'estensione di Chrome sviluppata da https://cssunitconverter.vercel.app, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PX to VW

Scarica i file di estensione PX to VW in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PX to VW PX to VW
ID giddpkhnoflfjlopldfoblpjieknlnoh
URL Ufficiale https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh
Descrizione Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.
Dimensione del File 536 KB
Conteggio Installazioni 250
Versione Corrente 1.1.4
Ultimo Aggiornamento 2023-10-05
Data di Pubblicazione 2023-04-05
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://cssunitconverter.vercel.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cssunitconverter.vercel.app/px-to-vw
URL della Pagina di Aiuto https://cssunitconverter.vercel.app/contact
Lingue Supportate 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"
    }
}