What Is The Theme - WordPress theme detector

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

¿Qué es What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector es una extensión de Chrome desarrollada por Amir Ben Daoud, y su función principal es "A free tool that allows you to detect the Wordpress theme used on a website.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión What Is The Theme - WordPress theme detector

Descarga archivos de extensión What Is The Theme - WordPress theme detector 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

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

Información Básica de la Extensión

Nombre 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
Descripción A free tool that allows you to detect the Wordpress theme used on a website.
Tamaño del Archivo 39.73 KB
Cantidad de Instalaciones 460
Versión Actual 1.2.3
Última Actualización 2022-05-07
Fecha de Publicación 2018-12-14
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Amir Ben Daoud
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}