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 Amir Ben Daoud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A free tool that allows you to detect the Wordpress theme used on a website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में What Is The Theme - WordPress theme detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}