Shopware Emotion Sizes

Displays sizes of a Shopware Emotion page for easy developing.

Vad är Shopware Emotion Sizes?

Shopware Emotion Sizes är en Chrome-tillägg utvecklad av Sebastian Lenz, och dess huvudfunktion är "Displays sizes of a Shopware Emotion page for easy developing.".

Tilläggsskärmbilder

screenshot

Ladda ner Shopware Emotion Sizes-förlängningens CRX-fil

Ladda ner Shopware Emotion Sizes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Shopware Emotion Sizes Shopware Emotion Sizes
ID afpehghlknojcpkimenifmdfnmndcffe
Officiell webbadress https://chrome.google.com/webstore/detail/shopware-emotion-sizes/afpehghlknojcpkimenifmdfnmndcffe
Beskrivning Displays sizes of a Shopware Emotion page for easy developing.
Filstorlek 33.35 KB
Antal Installationer 315
Aktuell Version 0.0.1
Senast Uppdaterad 2016-04-15
Publiceringsdatum 2016-04-15
Betyg 4.56/5 Totalt 9 Betyg
Utvecklare Sebastian Lenz
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}