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.

Vad är PX to REM?

PX to REM är en Chrome-tillägg utvecklad av https://cssunitconverter.vercel.app, och dess huvudfunktion är "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner PX to REM-förlängningens CRX-fil

Ladda ner PX to REM-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PX to REM PX to REM
ID eflpimbhckenngbgfdcmopelafppincd
Officiell webbadress https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd
Beskrivning Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.
Filstorlek 533 KB
Antal Installationer 75
Aktuell Version 1.1.2
Senast Uppdaterad 2023-10-05
Publiceringsdatum 2023-05-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://cssunitconverter.vercel.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://cssunitconverter.vercel.app/px-to-rem
Hjälpsida URL https://cssunitconverter.vercel.app/contact
Stödda Språk 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"
    }
}