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?

PX to REM是由https://cssunitconverter.vercel.app開發的Chrome擴展程式,該擴展的主要功能是“Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PX to REM擴展crx文件

下載PX to REM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 PX to REM PX to REM
ID eflpimbhckenngbgfdcmopelafppincd
官方網址 https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd
簡介 Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.
檔案大小 533 KB
安裝次數 75
目前版本 1.1.2
更新時間 2023-10-05
上架時間 2023-05-07
評分 5.00/5 共 1 次評分
開發者 https://cssunitconverter.vercel.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cssunitconverter.vercel.app/px-to-rem
說明頁面URL https://cssunitconverter.vercel.app/contact
支援的語言 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"
    }
}