What Is The Theme - WordPress theme detector

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

Hvad er What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector er en Chrome-udvidelse udviklet af Amir Ben Daoud, og dens hovedfunktion er "A free tool that allows you to detect the Wordpress theme used on a website.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download What Is The Theme - WordPress theme detector-udvidelses-CRX-fil

Download What Is The Theme - WordPress theme detector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
Officiel URL https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Beskrivelse A free tool that allows you to detect the Wordpress theme used on a website.
Filstørrelse 39.73 KB
Antal Installationer 460
Nuværende Version 1.2.3
Senest Opdateret 2022-05-07
Udgivelsesdato 2018-12-14
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Amir Ben Daoud
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}