PX to REM

Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.

PX to REM là gì?

PX to REM là một tiện ích mở rộng Chrome được phát triển bởi https://cssunitconverter.vercel.app, và tính năng chính của nó là "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PX to REM

Tải xuống các tệp mở rộng PX to REM 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

                        This extension provides px to rem and rem to px css unit converter.

The main purpose of this extension is to provide free px to rem converter for public use.

The extension supports hotkeys to make the calculations faster.                    

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

Tên PX to REM PX to REM
ID eflpimbhckenngbgfdcmopelafppincd
URL Chính Thức https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd
Mô tả Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.
Kích Thước Tệp 533 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-10-05
Ngày Phát Hành 2023-05-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://cssunitconverter.vercel.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cssunitconverter.vercel.app/px-to-rem
URL Trang Trợ Giúp https://cssunitconverter.vercel.app/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PX to REM",
    "description": "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.",
    "author": "Arthur Arakelyan",
    "version": "1.1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo192.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo192.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "test.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo192.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}