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.

Apa itu PX to REM?

PX to REM adalah ekstensi Chrome yang dikembangkan oleh https://cssunitconverter.vercel.app, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PX to REM

Unduh file ekstensi PX to REM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PX to REM PX to REM
ID eflpimbhckenngbgfdcmopelafppincd
URL Resmi https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd
Deskripsi Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.
Ukuran File 533 KB
Jumlah Instalasi 75
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2023-10-05
Tanggal Publikasi 2023-05-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://cssunitconverter.vercel.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://cssunitconverter.vercel.app/px-to-rem
URL Halaman Bantuan https://cssunitconverter.vercel.app/contact
Bahasa yang Didukung 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"
    }
}