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.
Qu'est-ce que PX to VW ?
PX to VW est une extension Chrome développée par https://cssunitconverter.vercel.app, et sa fonction principale est "Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PX to VW
Téléchargez les fichiers d'extension PX to VW au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PX to VW |
ID | giddpkhnoflfjlopldfoblpjieknlnoh |
URL Officiel | 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. |
Taille du Fichier | 536 KB |
Nombre d'Installations | 250 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2023-10-05 |
Date de Publication | 2023-04-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://cssunitconverter.vercel.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cssunitconverter.vercel.app/px-to-vw |
URL de la Page d'Aide | https://cssunitconverter.vercel.app/contact |
Langues Prises en Charge | 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" } } |