WordPress Theme Detection - ThemeDetect.com

Find out which theme a WordPress site is using with the help of ThemeDetect.com

¿Qué es WordPress Theme Detection - ThemeDetect.com?

WordPress Theme Detection - ThemeDetect.com es una extensión de Chrome desarrollada por https://www.themedetect.com, y su función principal es "Find out which theme a WordPress site is using with the help of ThemeDetect.com".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WordPress Theme Detection - ThemeDetect.com

Descarga archivos de extensión WordPress Theme Detection - ThemeDetect.com 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

                        Easily detect which theme a WordPress site is using. Navigate to any webpage powered by WordPress then open up this extension. Our extension will automatically analyze the webpage and display the name, version, author and other data about the theme being used.                    

Información Básica de la Extensión

Nombre WordPress Theme Detection - ThemeDetect.com WordPress Theme Detection - ThemeDetect.com
ID ilcmaphgcalflbbkcpdakklbigeifmcm
URL Oficial https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm
Descripción Find out which theme a WordPress site is using with the help of ThemeDetect.com
Tamaño del Archivo 144 KB
Cantidad de Instalaciones 424
Versión Actual 0.1
Última Actualización 2018-12-31
Fecha de Publicación 2018-12-31
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador https://www.themedetect.com
Tipo de Pago free
Sitio Web de la Extensión https://www.themedetect.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress Theme Detection - ThemeDetect.com",
    "description": "Find out which theme a WordPress site is using with the help of ThemeDetect.com",
    "version": "0.1",
    "icons": {
        "38": "img\/icon-38.png",
        "58": "img\/icon-58.png",
        "76": "img\/icon-76.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.themedetect.com\/*",
        "http:\/\/127.0.0.1\/*"
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "Detect WordPress Theme",
        "default_popup": "pages\/index.html",
        "default_icon": {
            "38": "img\/icon-38.png",
            "58": "img\/icon-58.png",
            "76": "img\/icon-76.png"
        }
    }
}