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.

What is PX to REM?

PX to REM is a Chrome extension developed by https://cssunitconverter.vercel.app, and its main feature is "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download PX to REM Extension CRX File

Download PX to REM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PX to REM PX to REM
ID eflpimbhckenngbgfdcmopelafppincd
Official URL https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd
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.
File Size 533 KB
Installation Count 75
Current Version 1.1.2
Last Updated 2023-10-05
Publish Date 2023-05-07
Rating 5.00/5 Total 1 Ratings
Developer https://cssunitconverter.vercel.app
Email [email protected]
Payment Type free
Extension Website https://cssunitconverter.vercel.app/px-to-rem
Help Page URL https://cssunitconverter.vercel.app/contact
Supported Languages 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"
    }
}