What Is The Theme - WordPress theme detector

A free tool that allows you to detect the Wordpress theme used on a website.

Что такое What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector - это расширение Chrome, разработанное Amir Ben Daoud, и его основная функция - "A free tool that allows you to detect the Wordpress theme used on a website.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения What Is The Theme - WordPress theme detector

Скачайте файлы расширений What Is The Theme - WordPress theme detector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A free tool that allows you to detect the Wordpress theme used on a website.                    

Основная информация о расширении

Название What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
Официальный URL https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Описание A free tool that allows you to detect the Wordpress theme used on a website.
Размер файла 39.73 KB
Количество установок 460
Текущая Версия 1.2.3
Последнее Обновление 2022-05-07
Дата публикации 2018-12-14
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Amir Ben Daoud
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "What Is The Theme - WordPress theme detector",
    "version": "1.2.3",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}