Shopware Emotion Sizes

Displays sizes of a Shopware Emotion page for easy developing.

Co to jest Shopware Emotion Sizes?

Shopware Emotion Sizes to rozszerzenie Chrome opracowane przez Sebastian Lenz, a jego główną funkcją jest „Displays sizes of a Shopware Emotion page for easy developing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shopware Emotion Sizes

Pobierz pliki rozszerzeń Shopware Emotion Sizes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Shopware Emotion Sizes Shopware Emotion Sizes
ID afpehghlknojcpkimenifmdfnmndcffe
Oficjalny URL https://chrome.google.com/webstore/detail/shopware-emotion-sizes/afpehghlknojcpkimenifmdfnmndcffe
Opis Displays sizes of a Shopware Emotion page for easy developing.
Rozmiar pliku 33.35 KB
Liczba instalacji 315
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2016-04-15
Data Publikacji 2016-04-15
Ocena 4.56/5 Łącznie 9 Oceny
Deweloper Sebastian Lenz
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}