What Is The Theme - WordPress theme detector

A free tool that allows you to detect the Wordpress theme used on a website.

O que é What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector é uma extensão do Chrome desenvolvida por Amir Ben Daoud, e sua principal característica é "A free tool that allows you to detect the Wordpress theme used on a website.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão What Is The Theme - WordPress theme detector

Baixe arquivos de extensão What Is The Theme - WordPress theme detector 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

                        A free tool that allows you to detect the Wordpress theme used on a website.                    

Informações Básicas da Extensão

Nome What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
URL Oficial https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Descrição A free tool that allows you to detect the Wordpress theme used on a website.
Tamanho do Arquivo 39.73 KB
Contagem de Instalações 460
Versão Atual 1.2.3
Última Atualização 2022-05-07
Data de Publicação 2018-12-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Amir Ben Daoud
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "What Is The Theme - WordPress theme detector",
    "version": "1.2.3",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}