IsWordPress - WordPress theme plugin detector

Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.

Was ist IsWordPress - WordPress theme plugin detector?

IsWordPress - WordPress theme plugin detector ist eine Chrome-Erweiterung, die von Jafran Hasan entwickelt wurde, und ihr Hauptmerkmal ist "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

IsWordPress - WordPress theme plugin detector-Erweiterungs-CRX-Datei herunterladen

Laden Sie IsWordPress - WordPress theme plugin detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name IsWordPress - WordPress theme plugin detector IsWordPress - WordPress theme plugin detector
ID enohbojoeceihccbalgijnfbhbinfllf
Offizielle URL https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf
Beschreibung Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
Dateigröße 213 KB
Installationsanzahl 160
Aktuelle Version 0.0.3
Letztes Update 2023-08-13
Veröffentlichungsdatum 2022-11-03
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Jafran Hasan
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/imjafran/iswordpress
Hilfeseite URL https://github.com/imjafran/iswordpress
Unterstützte Sprachen 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"
    }
}