Shopware Emotion Sizes

Displays sizes of a Shopware Emotion page for easy developing.

What is Shopware Emotion Sizes?

Shopware Emotion Sizes is a Chrome extension developed by Sebastian Lenz, and its main feature is "Displays sizes of a Shopware Emotion page for easy developing.".

Extension Screenshots

screenshot

Download Shopware Emotion Sizes Extension CRX File

Download Shopware Emotion Sizes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Shopware Emotion Sizes Shopware Emotion Sizes
ID afpehghlknojcpkimenifmdfnmndcffe
Official URL https://chrome.google.com/webstore/detail/shopware-emotion-sizes/afpehghlknojcpkimenifmdfnmndcffe
Description Displays sizes of a Shopware Emotion page for easy developing.
File Size 33.35 KB
Installation Count 315
Current Version 0.0.1
Last Updated 2016-04-15
Publish Date 2016-04-15
Rating 4.56/5 Total 9 Ratings
Developer Sebastian Lenz
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}