What Is The Theme - WordPress theme detector

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

Vad är What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector är en Chrome-tillägg utvecklad av Amir Ben Daoud, och dess huvudfunktion är "A free tool that allows you to detect the Wordpress theme used on a website.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner What Is The Theme - WordPress theme detector-förlängningens CRX-fil

Ladda ner What Is The Theme - WordPress theme detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
Officiell webbadress https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Beskrivning A free tool that allows you to detect the Wordpress theme used on a website.
Filstorlek 39.73 KB
Antal Installationer 460
Aktuell Version 1.2.3
Senast Uppdaterad 2022-05-07
Publiceringsdatum 2018-12-14
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Amir Ben Daoud
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}