Detective Wapuu

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

Cos'è Detective Wapuu?

Detective Wapuu è un'estensione di Chrome sviluppata da https://block.garden, e la sua funzione principale è "Really like a WordPress site? See how they built it with Detective Wapuu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Detective Wapuu

Scarica i file di estensione Detective Wapuu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
URL Ufficiale https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
Descrizione Really like a WordPress site? See how they built it with Detective Wapuu.
Dimensione del File 13.57 KB
Conteggio Installazioni 672
Versione Corrente 1.2.0
Ultimo Aggiornamento 2020-04-08
Data di Pubblicazione 2020-04-06
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore https://block.garden
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}