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.
Co to jest PX to VW?
PX to VW to rozszerzenie Chrome opracowane przez https://cssunitconverter.vercel.app, a jego główną funkcją jest „Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PX to VW
Pobierz pliki rozszerzeń PX to VW w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | PX to VW |
ID | giddpkhnoflfjlopldfoblpjieknlnoh |
Oficjalny URL | https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh |
Opis | Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use. |
Rozmiar pliku | 536 KB |
Liczba instalacji | 250 |
Aktualna Wersja | 1.1.4 |
Ostatnia Aktualizacja | 2023-10-05 |
Data Publikacji | 2023-04-05 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://cssunitconverter.vercel.app |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://cssunitconverter.vercel.app/px-to-vw |
Adres URL Strony Pomocy | https://cssunitconverter.vercel.app/contact |
Obsługiwane Języki | 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" } } |