Theme Explorer for Shopify

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

Theme Explorer for Shopifyとは何ですか?

Theme Explorer for ShopifyはLiam Merlynによって開発されたChromeの拡張機能で、その主な機能は「Theme Explorer allows you to view important information about the themes installed on your Shopify store.」です。

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

screenshot
screenshot

Theme Explorer for Shopify拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Theme Explorer for Shopify Theme Explorer for Shopify
ID jiapemkfhgejoifinncjnbdkpafhkcnj
公式URL https://chromewebstore.google.com/detail/theme-explorer-for-shopif/jiapemkfhgejoifinncjnbdkpafhkcnj
説明 Theme Explorer allows you to view important information about the themes installed on your Shopify store.
ファイルサイズ 415 KB
インストール数 196
現在のバージョン 1.3.0
最終更新日 2023-11-20
公開日 2022-07-23
評価 4.88/5 合計 8 レビュー
開発者 Liam Merlyn
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ConduciveMammal/theme-explorer
ヘルプページのURL https://github.com/ConduciveMammal/theme-explorer/issues
対応言語 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]"
        }
    }
}