IsWordPress - WordPress theme plugin detector

Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.

O que é IsWordPress - WordPress theme plugin detector?

IsWordPress - WordPress theme plugin detector é uma extensão do Chrome desenvolvida por Jafran Hasan, e sua principal característica é "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão IsWordPress - WordPress theme plugin detector

Baixe arquivos de extensão IsWordPress - WordPress theme plugin 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

                        The 'IsWordPress' Chrome Extension is a powerful tool that enables you to effortlessly identify WordPress websites, their themes, and plugins. This extension is designed for developers, designers, and enthusiasts who want efficient insights into the technology behind WordPress sites.

Features
Effortless Detection: Quickly identify WordPress websites without hassle.
Theme Insights: Gain design insights by identifying the WordPress theme in use.
Plugin Detection: Discover plugins employed for enhanced functionality.
Optimized Performance: The extension is designed for speed and efficiency.
Server-less Design: Operates without the need for external servers.
Offline Usage: Works even when you're offline.

Full documentation and contribution page can be found on https://github.com/imjafran/iswordpress                    

Informações Básicas da Extensão

Nome IsWordPress - WordPress theme plugin detector IsWordPress - WordPress theme plugin detector
ID enohbojoeceihccbalgijnfbhbinfllf
URL Oficial https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf
Descrição Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
Tamanho do Arquivo 213 KB
Contagem de Instalações 160
Versão Atual 0.0.3
Última Atualização 2023-08-13
Data de Publicação 2022-11-03
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Jafran Hasan
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/imjafran/iswordpress
URL da Página de Ajuda https://github.com/imjafran/iswordpress
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IsWordPress - WordPress theme plugin detector",
    "description": "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "app.html",
        "default_icon": {
            "32": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "32": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    }
}