IsWordPress - WordPress theme plugin detector
Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
Qu'est-ce que IsWordPress - WordPress theme plugin detector ?
IsWordPress - WordPress theme plugin detector est une extension Chrome développée par Jafran Hasan, et sa fonction principale est "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IsWordPress - WordPress theme plugin detector
Téléchargez les fichiers d'extension IsWordPress - WordPress theme plugin detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | IsWordPress - WordPress theme plugin detector |
ID | enohbojoeceihccbalgijnfbhbinfllf |
URL Officiel | https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf |
Description | Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality. |
Taille du Fichier | 213 KB |
Nombre d'Installations | 160 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-08-13 |
Date de Publication | 2022-11-03 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Jafran Hasan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/imjafran/iswordpress |
URL de la Page d'Aide | https://github.com/imjafran/iswordpress |
Langues Prises en Charge | 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" } } |