Shopware Emotion Sizes

Displays sizes of a Shopware Emotion page for easy developing.

Cos'è Shopware Emotion Sizes?

Shopware Emotion Sizes è un'estensione di Chrome sviluppata da Sebastian Lenz, e la sua funzione principale è "Displays sizes of a Shopware Emotion page for easy developing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shopware Emotion Sizes

Scarica i file di estensione Shopware Emotion Sizes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Shopware Emotion Sizes Shopware Emotion Sizes
ID afpehghlknojcpkimenifmdfnmndcffe
URL Ufficiale https://chrome.google.com/webstore/detail/shopware-emotion-sizes/afpehghlknojcpkimenifmdfnmndcffe
Descrizione Displays sizes of a Shopware Emotion page for easy developing.
Dimensione del File 33.35 KB
Conteggio Installazioni 315
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-04-15
Data di Pubblicazione 2016-04-15
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore Sebastian Lenz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}