Theme Explorer for Shopify

Theme Explorer allows you to view important information about the themes installed on your Shopify store.

Theme Explorer for Shopify là gì?

Theme Explorer for Shopify là một tiện ích mở rộng Chrome được phát triển bởi Liam Merlyn, và tính năng chính của nó là "Theme Explorer allows you to view important information about the themes installed on your Shopify store.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Theme Explorer for Shopify

Tải xuống các tệp mở rộng Theme Explorer for Shopify 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

                        Explore your Shopify store's themes and their details. This extension provides information such as the theme's ID, updated/created dates and the theme name. It also provides links to quickly access the theme's JSON, Theme Customiser and code editor.

On Shopify storefronts, use the extension to quickly view the store's live theme name, and access important details, such as the Theme ID, Theme Preview URL and Theme Editor URL.                    

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

Tên Theme Explorer for Shopify Theme Explorer for Shopify
ID jiapemkfhgejoifinncjnbdkpafhkcnj
URL Chính Thức https://chromewebstore.google.com/detail/theme-explorer-for-shopif/jiapemkfhgejoifinncjnbdkpafhkcnj
Mô tả Theme Explorer allows you to view important information about the themes installed on your Shopify store.
Kích Thước Tệp 415 KB
Số Lần Cài Đặt 196
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-11-20
Ngày Phát Hành 2022-07-23
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Liam Merlyn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ConduciveMammal/theme-explorer
URL Trang Trợ Giúp https://github.com/ConduciveMammal/theme-explorer/issues
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Theme Explorer allows you to view important information about the themes installed on your Shopify store.",
    "version": "1.3.0",
    "manifest_version": 3,
    "name": "Theme Explorer for Shopify",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentScript.bundle.js",
                "injectScript.bundle.js",
                "icon128.png",
                "icon48.png",
                "icon16.png",
                "nunito.woff2",
                "nunito-italic.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}