What Is The Theme - WordPress theme detector

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

Qu'est-ce que What Is The Theme - WordPress theme detector ?

What Is The Theme - WordPress theme detector est une extension Chrome développée par Amir Ben Daoud, et sa fonction principale est "A free tool that allows you to detect the Wordpress theme used on a website.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension What Is The Theme - WordPress theme detector

Téléchargez les fichiers d'extension What Is The Theme - WordPress theme detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
URL Officiel https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Description A free tool that allows you to detect the Wordpress theme used on a website.
Taille du Fichier 39.73 KB
Nombre d'Installations 460
Version Actuelle 1.2.3
Dernière Mise à Jour 2022-05-07
Date de Publication 2018-12-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur Amir Ben Daoud
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}