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