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 |
官方URL | 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" } } |