Theme Explorer for Shopify

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

Wat is Theme Explorer for Shopify?

Theme Explorer for Shopify is een Chrome-extensie ontwikkeld door Liam Merlyn, en de belangrijkste functie is "Theme Explorer allows you to view important information about the themes installed on your Shopify store.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Theme Explorer for Shopify

Download Theme Explorer for Shopify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Theme Explorer for Shopify Theme Explorer for Shopify
ID jiapemkfhgejoifinncjnbdkpafhkcnj
Officiële URL https://chromewebstore.google.com/detail/theme-explorer-for-shopif/jiapemkfhgejoifinncjnbdkpafhkcnj
Beschrijving Theme Explorer allows you to view important information about the themes installed on your Shopify store.
Bestandsgrootte 415 KB
Aantal Installaties 196
Huidige Versie 1.3.0
Laatst Bijgewerkt 2023-11-20
Publicatiedatum 2022-07-23
Beoordeling 4.88/5 Totaal 8 Beoordelingen
Ontwikkelaar Liam Merlyn
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ConduciveMammal/theme-explorer
Help Pagina-URL https://github.com/ConduciveMammal/theme-explorer/issues
Ondersteunde Talen 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]"
        }
    }
}