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
Eメール [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"
        }
    ]
}