Detective Wapuu

Really like a WordPress site? See how they built it with Detective Wapuu.

¿Qué es Detective Wapuu?

Detective Wapuu es una extensión de Chrome desarrollada por https://block.garden, y su función principal es "Really like a WordPress site? See how they built it with Detective Wapuu.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Detective Wapuu

Descarga archivos de extensión Detective Wapuu 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

                        Blocks enable you to do things with WordPress that weren't possible before. It's an exciting time to be alive. People are doing something pretty interesting things with blocks and with Detective Wapuu you can too.

What Detective Wapuu does is it scans the site you are currently on and let's you know which blocks they are using and where. Not only can you discover new blocks but you can get ideas on how to put blocks together in new and interesting ways.                    

Información Básica de la Extensión

Nombre Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
URL Oficial https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
Descripción Really like a WordPress site? See how they built it with Detective Wapuu.
Tamaño del Archivo 13.57 KB
Cantidad de Instalaciones 672
Versión Actual 1.2.0
Última Actualización 2020-04-08
Fecha de Publicación 2020-04-06
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador https://block.garden
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Detective Wapuu",
    "description": "Really like a WordPress site? See how they built it with Detective Wapuu.",
    "version": "1.2.0",
    "author": "sorta brilliant",
    "homepage_url": "https:\/\/sortabrilliant.com\/detectivewapuu",
    "manifest_version": 2,
    "icons": {
        "16": "images\/black\/16.png",
        "32": "images\/black\/32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/black\/16.png",
            "32": "images\/black\/32.png"
        },
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}