Detective Wapuu

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

Was ist Detective Wapuu?

Detective Wapuu ist eine Chrome-Erweiterung, die von https://block.garden entwickelt wurde, und ihr Hauptmerkmal ist "Really like a WordPress site? See how they built it with Detective Wapuu.".

Erweiterungsscreenshots

screenshot

Detective Wapuu-Erweiterungs-CRX-Datei herunterladen

Laden Sie Detective Wapuu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
Offizielle URL https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
Beschreibung Really like a WordPress site? See how they built it with Detective Wapuu.
Dateigröße 13.57 KB
Installationsanzahl 672
Aktuelle Version 1.2.0
Letztes Update 2020-04-08
Veröffentlichungsdatum 2020-04-06
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler https://block.garden
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}