Detective Wapuu

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

Apa itu Detective Wapuu?

Detective Wapuu adalah ekstensi Chrome yang dikembangkan oleh https://block.garden, dan fitur utamanya adalah "Really like a WordPress site? See how they built it with Detective Wapuu.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Detective Wapuu

Unduh file ekstensi Detective Wapuu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
URL Resmi https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
Deskripsi Really like a WordPress site? See how they built it with Detective Wapuu.
Ukuran File 13.57 KB
Jumlah Instalasi 672
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2020-04-08
Tanggal Publikasi 2020-04-06
Penilaian 4.67/5 Total 3 Penilaian
Pengembang https://block.garden
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}