Shopware Emotion Sizes

Displays sizes of a Shopware Emotion page for easy developing.

Shopware Emotion Sizesとは何ですか?

Shopware Emotion SizesはSebastian Lenzによって開発されたChromeの拡張機能で、その主な機能は「Displays sizes of a Shopware Emotion page for easy developing.」です。

拡張機能のスクリーンショット

screenshot

Shopware Emotion Sizes拡張機能のCRXファイルをダウンロード

Shopware Emotion Sizes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Shopware Emotion Sizes Shopware Emotion Sizes
ID afpehghlknojcpkimenifmdfnmndcffe
公式URL https://chrome.google.com/webstore/detail/shopware-emotion-sizes/afpehghlknojcpkimenifmdfnmndcffe
説明 Displays sizes of a Shopware Emotion page for easy developing.
ファイルサイズ 33.35 KB
インストール数 315
現在のバージョン 0.0.1
最終更新日 2016-04-15
公開日 2016-04-15
評価 4.56/5 合計 9 レビュー
開発者 Sebastian Lenz
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}