Wordpress Theme Checker by SnippetsBoard

This Chrome extension will tell you which sites you visit have been made using Wordpress and also the Theme they are using

Wordpress Theme Checker by SnippetsBoard क्या है?

Wordpress Theme Checker by SnippetsBoard Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension will tell you which sites you visit have been made using Wordpress and also the Theme they are using"।

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

screenshot
screenshot

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

crx प्रारूप में Wordpress Theme Checker by SnippetsBoard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Are you the kind of person who likes knowing how other websites have been built? Or are you a web developer/designer who is looking for new themes or graphic resources for building your own site? If you want to get automatically some extra info from the sites you are browsing, specially from those built using Wordpress, Wordpress Theme Checker by SnippetsBoard is the way to go.

Just click the install button and the extension will be added to your browser and it will start to do its job inmediately. From that moment it will tell you which sites you visit have been built using Wordpress by displaying a badge where you can read the word "WP". Then, if you want to get the name of the theme it is using you just have to click on the extension icon and a popup will appear giving you that info.                    

एक्सटेंशन की मूल जानकारी

नाम Wordpress Theme Checker by SnippetsBoard Wordpress Theme Checker by SnippetsBoard
ID kdddlnbkdehepphdlommnaakhckanofp
आधिकारिक URL https://chromewebstore.google.com/detail/wordpress-theme-checker-b/kdddlnbkdehepphdlommnaakhckanofp
विवरण This Chrome extension will tell you which sites you visit have been made using Wordpress and also the Theme they are using
फ़ाइल का आकार 198 KB
स्थापना संख्या 167
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-05-21
प्रकाशन तिथि 2020-05-21
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://snippetsboard.com
सहायता पृष्ठ URL https://snippetsboard.com/vaya-hola/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordpress Theme Checker by SnippetsBoard",
    "version": "1.2",
    "description": "This Chrome extension will tell you which sites you visit have been made using Wordpress and also the Theme they are using",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Wordpress Theme Checker by SnippetsBoard",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        }
    },
    "manifest_version": 2
}