Theme Explorer for Shopify

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

Qu'est-ce que Theme Explorer for Shopify ?

Theme Explorer for Shopify est une extension Chrome développée par Liam Merlyn, et sa fonction principale est "Theme Explorer allows you to view important information about the themes installed on your Shopify store.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Theme Explorer for Shopify

Téléchargez les fichiers d'extension Theme Explorer for Shopify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Theme Explorer for Shopify Theme Explorer for Shopify
ID jiapemkfhgejoifinncjnbdkpafhkcnj
URL Officiel https://chromewebstore.google.com/detail/theme-explorer-for-shopif/jiapemkfhgejoifinncjnbdkpafhkcnj
Description Theme Explorer allows you to view important information about the themes installed on your Shopify store.
Taille du Fichier 415 KB
Nombre d'Installations 196
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-11-20
Date de Publication 2022-07-23
Évaluation 4.88/5 Total 8 Évaluations
Développeur Liam Merlyn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ConduciveMammal/theme-explorer
URL de la Page d'Aide https://github.com/ConduciveMammal/theme-explorer/issues
Langues Prises en Charge 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]"
        }
    }
}