Detective Wapuu

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

什麼是Detective Wapuu?

Detective Wapuu是由https://block.garden開發的Chrome擴展程式,該擴展的主要功能是“Really like a WordPress site? See how they built it with Detective Wapuu.”。

擴展截圖

screenshot

下載Detective Wapuu擴展crx文件

下載Detective Wapuu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
官方網址 https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
簡介 Really like a WordPress site? See how they built it with Detective Wapuu.
檔案大小 13.57 KB
安裝次數 672
目前版本 1.2.0
更新時間 2020-04-08
上架時間 2020-04-06
評分 4.67/5 共 3 次評分
開發者 https://block.garden
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    ]
}