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