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.
Apa itu PX to VW?
PX to VW adalah ekstensi Chrome yang dikembangkan oleh https://cssunitconverter.vercel.app, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi PX to VW
Unduh file ekstensi PX to VW dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PX to VW |
ID | giddpkhnoflfjlopldfoblpjieknlnoh |
URL Resmi | https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh |
Deskripsi | Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use. |
Ukuran File | 536 KB |
Jumlah Instalasi | 250 |
Versi Saat Ini | 1.1.4 |
Terakhir Diperbarui | 2023-10-05 |
Tanggal Publikasi | 2023-04-05 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://cssunitconverter.vercel.app |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://cssunitconverter.vercel.app/px-to-vw |
URL Halaman Bantuan | https://cssunitconverter.vercel.app/contact |
Bahasa yang Didukung | 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" } } |