Detective Wapuu

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

Detective Wapuuคืออะไร?

Detective Wapuu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://block.garden และคุณลักษณะหลักของมันคือ "Really like a WordPress site? See how they built it with Detective Wapuu."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Detective Wapuu

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}