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.
Hvad er PX to VW?
PX to VW er en Chrome-udvidelse udviklet af https://cssunitconverter.vercel.app, og dens hovedfunktion er "Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.".
Udvidelsesskærmbilleder
Download PX to VW-udvidelses-CRX-fil
Download PX to VW-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | PX to VW |
ID | giddpkhnoflfjlopldfoblpjieknlnoh |
Officiel URL | https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh |
Beskrivelse | Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use. |
Filstørrelse | 536 KB |
Antal Installationer | 250 |
Nuværende Version | 1.1.4 |
Senest Opdateret | 2023-10-05 |
Udgivelsesdato | 2023-04-05 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://cssunitconverter.vercel.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://cssunitconverter.vercel.app/px-to-vw |
Hjælpeside-URL | https://cssunitconverter.vercel.app/contact |
Understøttede Sprog | 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" } } |