Detective Wapuu

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

Wat is Detective Wapuu?

Detective Wapuu is een Chrome-extensie ontwikkeld door https://block.garden, en de belangrijkste functie is "Really like a WordPress site? See how they built it with Detective Wapuu.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Detective Wapuu

Download Detective Wapuu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
Officiële URL https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
Beschrijving Really like a WordPress site? See how they built it with Detective Wapuu.
Bestandsgrootte 13.57 KB
Aantal Installaties 672
Huidige Versie 1.2.0
Laatst Bijgewerkt 2020-04-08
Publicatiedatum 2020-04-06
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://block.garden
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}