Shopware Emotion Sizes

Displays sizes of a Shopware Emotion page for easy developing.

Co je Shopware Emotion Sizes?

Shopware Emotion Sizes je rozšíření Chrome vyvinuté Sebastian Lenz, a jeho hlavní funkcí je „Displays sizes of a Shopware Emotion page for easy developing.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Shopware Emotion Sizes

Stáhněte si soubory rozšíření Shopware Emotion Sizes 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í

                                            

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

Název Shopware Emotion Sizes Shopware Emotion Sizes
ID afpehghlknojcpkimenifmdfnmndcffe
Oficiální URL https://chrome.google.com/webstore/detail/shopware-emotion-sizes/afpehghlknojcpkimenifmdfnmndcffe
Popis Displays sizes of a Shopware Emotion page for easy developing.
Velikost souboru 33.35 KB
Počet instalací 315
Aktuální Verze 0.0.1
Poslední Aktualizace 2016-04-15
Datum Vydání 2016-04-15
Hodnocení 4.56/5 Celkem 9 Hodnocení
Vývojář Sebastian Lenz
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopware Emotion Sizes",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Displays sizes of a Shopware Emotion page for easy developing.",
    "homepage_url": "https:\/\/www.shopdoktor.com",
    "background": {
        "scripts": [
            "jquery-2.2.2.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Inject!"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}