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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PX to REM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}