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.

Was ist PX to VW?

PX to VW ist eine Chrome-Erweiterung, die von https://cssunitconverter.vercel.app entwickelt wurde, und ihr Hauptmerkmal ist "Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

PX to VW-Erweiterungs-CRX-Datei herunterladen

Laden Sie PX to VW-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PX to VW PX to VW
ID giddpkhnoflfjlopldfoblpjieknlnoh
Offizielle URL https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh
Beschreibung Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.
Dateigröße 536 KB
Installationsanzahl 250
Aktuelle Version 1.1.4
Letztes Update 2023-10-05
Veröffentlichungsdatum 2023-04-05
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://cssunitconverter.vercel.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cssunitconverter.vercel.app/px-to-vw
Hilfeseite URL https://cssunitconverter.vercel.app/contact
Unterstützte Sprachen 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"
    }
}