px <-> rem converter
Px-rem-converter converts px to rem and rem to px in real time
什么是px <-> rem converter?
px <-> rem converter是由programming.mood开发的Chrome扩展程序,该扩展的主要功能是“Px-rem-converter converts px to rem and rem to px in real time”。
扩展截图
下载px <-> rem converter扩展crx文件
下载px <-> rem converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Px to Rem converter is a simple Chrome extension that converts px to rem and rem to px in real time, allowing to copy the converted value to the clipboard.
扩展基本信息
名称 | px <-> rem converter |
ID | fbccijgkaimaokofilmeiebiocahgllj |
官方URL | https://chromewebstore.google.com/detail/px-%3C-%3E-rem-converter/fbccijgkaimaokofilmeiebiocahgllj |
简介 | Px-rem-converter converts px to rem and rem to px in real time |
文件大小 | 8.26 KB |
安装次数 | 93 |
当前版本 | 1.0.0 |
更新时间 | 2023-01-17 |
上架时间 | 2023-01-17 |
开发者 | programming.mood |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/marianapatcosta/px-rem-converter/issues |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "px <-> rem converter", "version": "1.0.0", "description": "Px-rem-converter converts px to rem and rem to px in real time", "manifest_version": 3, "author": "Mariana COsta", "action": { "default_popup": "index.html", "default_title": "px <-> rem converter" }, "icons": { "32": "px-to-rem.png", "48": "px-to-rem.png", "128": "px-to-rem.png" } } |