Theme Explorer for Shopify

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

¿Qué es Theme Explorer for Shopify?

Theme Explorer for Shopify es una extensión de Chrome desarrollada por Liam Merlyn, y su función principal es "Theme Explorer allows you to view important information about the themes installed on your Shopify store.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Theme Explorer for Shopify

Descarga archivos de extensión Theme Explorer for Shopify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Theme Explorer for Shopify Theme Explorer for Shopify
ID jiapemkfhgejoifinncjnbdkpafhkcnj
URL Oficial https://chromewebstore.google.com/detail/theme-explorer-for-shopif/jiapemkfhgejoifinncjnbdkpafhkcnj
Descripción Theme Explorer allows you to view important information about the themes installed on your Shopify store.
Tamaño del Archivo 415 KB
Cantidad de Instalaciones 196
Versión Actual 1.3.0
Última Actualización 2023-11-20
Fecha de Publicación 2022-07-23
Calificación 4.88/5 Total de 8 Calificaciones
Desarrollador Liam Merlyn
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ConduciveMammal/theme-explorer
URL de la Página de Ayuda https://github.com/ConduciveMammal/theme-explorer/issues
Idiomas Soportados 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]"
        }
    }
}