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 |
Eメール | [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" } } |