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是由Jafran Hasan开发的Chrome扩展程序,该扩展的主要功能是“Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.”。
扩展截图
下载IsWordPress - WordPress theme plugin detector扩展crx文件
下载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" } } |