Detective Wapuu

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

Co je Detective Wapuu?

Detective Wapuu je rozšíření Chrome vyvinuté https://block.garden, a jeho hlavní funkcí je „Really like a WordPress site? See how they built it with Detective Wapuu.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Detective Wapuu

Stáhněte si soubory rozšíření Detective Wapuu ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
Oficiální URL https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
Popis Really like a WordPress site? See how they built it with Detective Wapuu.
Velikost souboru 13.57 KB
Počet instalací 672
Aktuální Verze 1.2.0
Poslední Aktualizace 2020-04-08
Datum Vydání 2020-04-06
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář https://block.garden
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}