Detective Wapuu

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

Qu'est-ce que Detective Wapuu ?

Detective Wapuu est une extension Chrome développée par https://block.garden, et sa fonction principale est "Really like a WordPress site? See how they built it with Detective Wapuu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Detective Wapuu

Téléchargez les fichiers d'extension Detective Wapuu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
URL Officiel https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
Description Really like a WordPress site? See how they built it with Detective Wapuu.
Taille du Fichier 13.57 KB
Nombre d'Installations 672
Version Actuelle 1.2.0
Dernière Mise à Jour 2020-04-08
Date de Publication 2020-04-06
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://block.garden
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}