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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}