px <-> rem converter

Px-rem-converter converts px to rem and rem to px in real time

px <-> rem converter là gì?

px <-> rem converter là một tiện ích mở rộng Chrome được phát triển bởi programming.mood, và tính năng chính của nó là "Px-rem-converter converts px to rem and rem to px in real time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng px <-> rem converter

Tải xuống các tệp mở rộng px <-> rem converter 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 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên px <-> rem converter px <-> rem converter
ID fbccijgkaimaokofilmeiebiocahgllj
URL Chính Thức https://chromewebstore.google.com/detail/px-%3C-%3E-rem-converter/fbccijgkaimaokofilmeiebiocahgllj
Mô tả Px-rem-converter converts px to rem and rem to px in real time
Kích Thước Tệp 8.26 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2023-01-17
Nhà Phát Triển programming.mood
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/marianapatcosta/px-rem-converter/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}