IsWordPress - WordPress theme plugin detector

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

Cos'è IsWordPress - WordPress theme plugin detector?

IsWordPress - WordPress theme plugin detector è un'estensione di Chrome sviluppata da Jafran Hasan, e la sua funzione principale è "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IsWordPress - WordPress theme plugin detector

Scarica i file di estensione IsWordPress - WordPress theme plugin detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome IsWordPress - WordPress theme plugin detector IsWordPress - WordPress theme plugin detector
ID enohbojoeceihccbalgijnfbhbinfllf
URL Ufficiale https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf
Descrizione Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
Dimensione del File 213 KB
Conteggio Installazioni 160
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-08-13
Data di Pubblicazione 2022-11-03
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Jafran Hasan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/imjafran/iswordpress
URL della Pagina di Aiuto https://github.com/imjafran/iswordpress
Lingue Supportate 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"
    }
}