Detective Wapuu

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

Vad är Detective Wapuu?

Detective Wapuu är en Chrome-tillägg utvecklad av https://block.garden, och dess huvudfunktion är "Really like a WordPress site? See how they built it with Detective Wapuu.".

Tilläggsskärmbilder

screenshot

Ladda ner Detective Wapuu-förlängningens CRX-fil

Ladda ner Detective Wapuu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
Officiell webbadress https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
Beskrivning Really like a WordPress site? See how they built it with Detective Wapuu.
Filstorlek 13.57 KB
Antal Installationer 672
Aktuell Version 1.2.0
Senast Uppdaterad 2020-04-08
Publiceringsdatum 2020-04-06
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare https://block.garden
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}