Detective Wapuu

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

Detective Wapuu là gì?

Detective Wapuu là một tiện ích mở rộng Chrome được phát triển bởi https://block.garden, và tính năng chính của nó là "Really like a WordPress site? See how they built it with Detective Wapuu.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Detective Wapuu

Tải xuống các tệp mở rộng Detective Wapuu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
URL Chính Thức https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
Mô tả Really like a WordPress site? See how they built it with Detective Wapuu.
Kích Thước Tệp 13.57 KB
Số Lần Cài Đặt 672
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2020-04-08
Ngày Phát Hành 2020-04-06
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://block.garden
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}