PxtoRem
Convert pixel units to rem
什么是PxtoRem?
PxtoRem是由https://shash7.com开发的Chrome扩展程序,该扩展的主要功能是“Convert pixel units to rem”。
扩展截图
下载PxtoRem扩展crx文件
下载PxtoRem扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Px to rem A simple calculator to convert pixel values to rem values Simply open up the popup window and add the pixel sizes you want to convert in the textarea and the list will be automatically updated with the rem versions of those pixel values. You can also set the base pixel value too. Best of all, the values are stored locally so whatever changes you make will be there when you open the popup window. --- Sidenote - I've launched Snapfont, a Chrome plugin to test fonts on any live website. Check it out at getsnapfont.com
扩展基本信息
名称 | PxtoRem |
ID | ldbemkmafmibhpncgagpegmhbhpolnlp |
官方URL | https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp |
简介 | Convert pixel units to rem |
文件大小 | 201 KB |
安装次数 | 5,095 |
当前版本 | 0.0.3 |
更新时间 | 2020-03-11 |
上架时间 | 2020-03-11 |
评分 | 5.00/5 共8次评分 |
开发者 | https://shash7.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://underlineme.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PxtoRem", "version": "0.0.3", "manifest_version": 2, "description": "Convert pixel units to rem", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "permissions": [ "storage" ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Px to rem", "default_popup": "popup.html" } } |