Theme Explorer for Shopify

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

O que é Theme Explorer for Shopify?

Theme Explorer for Shopify é uma extensão do Chrome desenvolvida por Liam Merlyn, e sua principal característica é "Theme Explorer allows you to view important information about the themes installed on your Shopify store.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Theme Explorer for Shopify

Baixe arquivos de extensão Theme Explorer for Shopify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Theme Explorer for Shopify Theme Explorer for Shopify
ID jiapemkfhgejoifinncjnbdkpafhkcnj
URL Oficial https://chromewebstore.google.com/detail/theme-explorer-for-shopif/jiapemkfhgejoifinncjnbdkpafhkcnj
Descrição Theme Explorer allows you to view important information about the themes installed on your Shopify store.
Tamanho do Arquivo 415 KB
Contagem de Instalações 196
Versão Atual 1.3.0
Última Atualização 2023-11-20
Data de Publicação 2022-07-23
Classificação 4.88/5 Total de 8 Avaliações
Desenvolvedor Liam Merlyn
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ConduciveMammal/theme-explorer
URL da Página de Ajuda https://github.com/ConduciveMammal/theme-explorer/issues
Idiomas Suportados 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]"
        }
    }
}