WP Theme Detector

Wordpress (WP) Theme Detector - Free online tool to find out which WordPress theme a website is using. Instantly detect theme name

Τι είναι το WP Theme Detector;

Το WP Theme Detector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wpthemedetector, και η κύρια λειτουργία του είναι "Wordpress (WP) Theme Detector - Free online tool to find out which WordPress theme a website is using. Instantly detect theme name".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WP Theme Detector

Λήψη αρχείων επέκτασης WP Theme Detector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Detect any WordPress theme.

Install the WP theme detector extension and find out which theme a website is using, along with other useful information. If you're a WordPress user and you've ever come across a website with a design you love, you can easily check theme details with this useful Chrome add-on. 


Key Features of WP (Wordpress) Theme Detector 

>>Detects the WordPress theme being used on any website 
>>Shows the theme name, version, author, and other details 
>>Provides a link to the theme's homepage for further information 
>>Allows users to view the website's plugins and other WordPress details 
>>Works on any website, not just those using WordPress 


How to Use: 

>>Install the WordPress Theme Detector extension 
>>Once installed, visit any website that you want to check the WordPress theme for. 
>>Click on the extension icon in your browser toolbar to open the extension. 
>>The extension will automatically detect the theme being used on the website and display its name, version, author, and other details. 

In summary, the WP Theme Detector extension is a useful tool for WordPress users who want to know which theme a website is using, along with other useful information. With a simple interface and easy-to-use features, this extension makes it easy to gather information about any website's WordPress setup.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WP Theme Detector WP Theme Detector
ID mnofnnbkibkjmnkcgbnooeibhddcfhle
Επίσημο URL https://chromewebstore.google.com/detail/wp-theme-detector/mnofnnbkibkjmnkcgbnooeibhddcfhle
Περιγραφή Wordpress (WP) Theme Detector - Free online tool to find out which WordPress theme a website is using. Instantly detect theme name
Μέγεθος Αρχείου 289 KB
Αριθμός Εγκαταστάσεων 1,188
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-03-22
Ημερομηνία Δημοσίευσης 2023-03-22
Αξιολόγηση 4.71/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής wpthemedetector
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon 32.png"
    },
    "icons": {
        "16": "icon 16.png",
        "32": "icon 32.png",
        "64": "icon 64.png",
        "128": "icon 128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon 64.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}