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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Theme Explorer allows you to view important information about the themes installed on your Shopify store."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Theme Explorer for Shopify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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]"
        }
    }
}