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.
什麼是PX to VW?
PX to VW是由https://cssunitconverter.vercel.app開發的Chrome擴展程式,該擴展的主要功能是“Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use.”。
擴展截圖
下載PX to VW擴展crx文件
下載PX to VW擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | PX to VW |
ID | giddpkhnoflfjlopldfoblpjieknlnoh |
官方網址 | https://chromewebstore.google.com/detail/px-to-vw/giddpkhnoflfjlopldfoblpjieknlnoh |
簡介 | Use this converter of css values to convert px to vw and vw to px easily. This extension is free and easy to use. |
檔案大小 | 536 KB |
安裝次數 | 250 |
目前版本 | 1.1.4 |
更新時間 | 2023-10-05 |
上架時間 | 2023-04-05 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://cssunitconverter.vercel.app |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://cssunitconverter.vercel.app/px-to-vw |
說明頁面URL | https://cssunitconverter.vercel.app/contact |
支援的語言 | 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" } } |