What Is The Theme - WordPress theme detector

A free tool that allows you to detect the Wordpress theme used on a website.

Cos'è What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector è un'estensione di Chrome sviluppata da Amir Ben Daoud, e la sua funzione principale è "A free tool that allows you to detect the Wordpress theme used on a website.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione What Is The Theme - WordPress theme detector

Scarica i file di estensione What Is The Theme - WordPress theme 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

                        A free tool that allows you to detect the Wordpress theme used on a website.                    

Informazioni di Base sull'Estensione

Nome What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
URL Ufficiale https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Descrizione A free tool that allows you to detect the Wordpress theme used on a website.
Dimensione del File 39.73 KB
Conteggio Installazioni 460
Versione Corrente 1.2.3
Ultimo Aggiornamento 2022-05-07
Data di Pubblicazione 2018-12-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Amir Ben Daoud
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "What Is The Theme - WordPress theme detector",
    "version": "1.2.3",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}