IsWordPress - WordPress theme plugin detector
Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
Что такое IsWordPress - WordPress theme plugin detector?
IsWordPress - WordPress theme plugin detector - это расширение Chrome, разработанное Jafran Hasan, и его основная функция - "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.".
Снимки экрана расширения
Скачать файл CRX расширения IsWordPress - WordPress theme plugin detector
Скачайте файлы расширений IsWordPress - WordPress theme plugin detector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The 'IsWordPress' Chrome Extension is a powerful tool that enables you to effortlessly identify WordPress websites, their themes, and plugins. This extension is designed for developers, designers, and enthusiasts who want efficient insights into the technology behind WordPress sites. Features Effortless Detection: Quickly identify WordPress websites without hassle. Theme Insights: Gain design insights by identifying the WordPress theme in use. Plugin Detection: Discover plugins employed for enhanced functionality. Optimized Performance: The extension is designed for speed and efficiency. Server-less Design: Operates without the need for external servers. Offline Usage: Works even when you're offline. Full documentation and contribution page can be found on https://github.com/imjafran/iswordpress
Основная информация о расширении
Название | IsWordPress - WordPress theme plugin detector |
ID | enohbojoeceihccbalgijnfbhbinfllf |
Официальный URL | https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf |
Описание | Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality. |
Размер файла | 213 KB |
Количество установок | 160 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2023-08-13 |
Дата публикации | 2022-11-03 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | Jafran Hasan |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/imjafran/iswordpress |
URL страницы помощи | https://github.com/imjafran/iswordpress |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IsWordPress - WordPress theme plugin detector", "description": "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.", "version": "0.0.3", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "app.html", "default_icon": { "32": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "32": "\/images\/icon.png", "128": "\/images\/icon.png" } } |