IsWordPress - WordPress theme plugin detector
Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
Wat is IsWordPress - WordPress theme plugin detector?
IsWordPress - WordPress theme plugin detector is een Chrome-extensie ontwikkeld door Jafran Hasan, en de belangrijkste functie is "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.".
Extensie Screenshots
Download het CRX-bestand van de extensie IsWordPress - WordPress theme plugin detector
Download IsWordPress - WordPress theme plugin detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | IsWordPress - WordPress theme plugin detector |
ID | enohbojoeceihccbalgijnfbhbinfllf |
Officiële URL | https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf |
Beschrijving | Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality. |
Bestandsgrootte | 213 KB |
Aantal Installaties | 160 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2023-08-13 |
Publicatiedatum | 2022-11-03 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Jafran Hasan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/imjafran/iswordpress |
Help Pagina-URL | https://github.com/imjafran/iswordpress |
Ondersteunde Talen | 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" } } |