Salla Theme Finder

Finds the used theme in this Salla store.

O que é Salla Theme Finder?

Salla Theme Finder é uma extensão do Chrome desenvolvida por dhiaaddin, e sua principal característica é "Finds the used theme in this Salla store.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Salla Theme Finder

Baixe arquivos de extensão Salla Theme Finder 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

                        Discover the theme used on any website built by Salla with a single click!

How to use:
- Install the Salla Theme Finder.
- Navigate to any Salla website you want to identify the theme for.
- Click the extension icon in the toolbar.
- Click the "Find" button in the popup.
- View the detected theme.                    

Informações Básicas da Extensão

Nome Salla Theme Finder Salla Theme Finder
ID laijjhhiomfaipnjdlgkhhnnehhkaggb
URL Oficial https://chromewebstore.google.com/detail/salla-theme-finder/laijjhhiomfaipnjdlgkhhnnehhkaggb
Descrição Finds the used theme in this Salla store.
Tamanho do Arquivo 47.86 KB
Contagem de Instalações 238
Versão Atual 0.1
Última Atualização 2023-05-05
Data de Publicação 2023-05-04
Desenvolvedor dhiaaddin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salla Theme Finder",
    "version": "0.1",
    "description": "Finds the used theme in this Salla store.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Salla Theme Finder"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}