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
官方URL 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"
        }
    ]
}