Shopware Emotion Sizes

Displays sizes of a Shopware Emotion page for easy developing.

Shopware Emotion Sizes là gì?

Shopware Emotion Sizes là một tiện ích mở rộng Chrome được phát triển bởi Sebastian Lenz, và tính năng chính của nó là "Displays sizes of a Shopware Emotion page for easy developing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopware Emotion Sizes

Tải xuống các tệp mở rộng Shopware Emotion Sizes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shopware Emotion Sizes Shopware Emotion Sizes
ID afpehghlknojcpkimenifmdfnmndcffe
URL Chính Thức https://chrome.google.com/webstore/detail/shopware-emotion-sizes/afpehghlknojcpkimenifmdfnmndcffe
Mô tả Displays sizes of a Shopware Emotion page for easy developing.
Kích Thước Tệp 33.35 KB
Số Lần Cài Đặt 315
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-04-15
Ngày Phát Hành 2016-04-15
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Sebastian Lenz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}