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.

Was ist PX to REM?

PX to REM ist eine Chrome-Erweiterung, die von https://cssunitconverter.vercel.app entwickelt wurde, und ihr Hauptmerkmal ist "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

PX to REM-Erweiterungs-CRX-Datei herunterladen

Laden Sie PX to REM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PX to REM PX to REM
ID eflpimbhckenngbgfdcmopelafppincd
Offizielle URL https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd
Beschreibung Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.
Dateigröße 533 KB
Installationsanzahl 75
Aktuelle Version 1.1.2
Letztes Update 2023-10-05
Veröffentlichungsdatum 2023-05-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://cssunitconverter.vercel.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cssunitconverter.vercel.app/px-to-rem
Hilfeseite URL https://cssunitconverter.vercel.app/contact
Unterstützte Sprachen 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"
    }
}