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.

Co je Zeplin Pixel to Rem?

Zeplin Pixel to Rem je rozšíření Chrome vyvinuté sepehr411, a jeho hlavní funkcí je „An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Zeplin Pixel to Rem

Stáhněte si soubory rozšíření Zeplin Pixel to Rem ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Zeplin Pixel to Rem Zeplin Pixel to Rem
ID ljbfneibnhgkkmmllhcjjijahiifgdhe
Oficiální URL https://chromewebstore.google.com/detail/zeplin-pixel-to-rem/ljbfneibnhgkkmmllhcjjijahiifgdhe
Popis An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
Velikost souboru 104 KB
Počet instalací 251
Aktuální Verze 1.0
Poslední Aktualizace 2020-01-05
Datum Vydání 2020-01-05
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář sepehr411
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}