Zeplin Pixel to Rem

An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.

Apa itu Zeplin Pixel to Rem?

Zeplin Pixel to Rem adalah ekstensi Chrome yang dikembangkan oleh sepehr411, dan fitur utamanya adalah "An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Zeplin Pixel to Rem

Unduh file ekstensi Zeplin Pixel 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

                        An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.                    

Informasi Dasar Ekstensi

Nama Zeplin Pixel to Rem Zeplin Pixel to Rem
ID ljbfneibnhgkkmmllhcjjijahiifgdhe
URL Resmi https://chromewebstore.google.com/detail/zeplin-pixel-to-rem/ljbfneibnhgkkmmllhcjjijahiifgdhe
Deskripsi An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
Ukuran File 104 KB
Jumlah Instalasi 251
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-01-05
Tanggal Publikasi 2020-01-05
Penilaian 5.00/5 Total 3 Penilaian
Pengembang sepehr411
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zeplin Pixel to Rem",
    "short_name": "zeplinpxtorem",
    "version": "1.0",
    "browser_action": {
        "default_title": "Zeplin Pixel to Rem",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/app.zeplin.io\/*",
                "https:\/\/app.zeplin.io\/*"
            ],
            "js": [
                ".\/dist\/index.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}