PxtoRem
Convert pixel units to rem
PxtoRem là gì?
PxtoRem là một tiện ích mở rộng Chrome được phát triển bởi https://shash7.com, và tính năng chính của nó là "Convert pixel units to rem".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PxtoRem
Tải xuống các tệp mở rộng PxtoRem dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PxtoRem |
ID | ldbemkmafmibhpncgagpegmhbhpolnlp |
URL Chính Thức | https://chromewebstore.google.com/detail/pxtorem/ldbemkmafmibhpncgagpegmhbhpolnlp |
Mô tả | Convert pixel units to rem |
Kích Thước Tệp | 201 KB |
Số Lần Cài Đặt | 5,095 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2020-03-11 |
Ngày Phát Hành | 2020-03-11 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://shash7.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://underlineme.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |