What Is The Theme - WordPress theme detector

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

ما هو What Is The Theme - WordPress theme detector؟

What Is The Theme - WordPress theme detector هو إضافة Chrome تم تطويرها بواسطة Amir Ben Daoud، والميزة الرئيسية لها هي "A free tool that allows you to detect the Wordpress theme used on a website.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة What Is The Theme - WordPress theme detector

قم بتنزيل ملفات الامتداد What Is The Theme - WordPress theme detector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
عنوان URL الرسمي https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
الوصف A free tool that allows you to detect the Wordpress theme used on a website.
حجم الملف 39.73 KB
عدد التثبيتات 460
النسخة الحالية 1.2.3
آخر تحديث 2022-05-07
تاريخ النشر 2018-12-14
تقييم 5.00/5 مجموع تقييمات 2
المطور Amir Ben Daoud
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}