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