WordPress Theme Detection - ThemeDetect.com

Find out which theme a WordPress site is using with the help of ThemeDetect.com

Τι είναι το WordPress Theme Detection - ThemeDetect.com;

Το WordPress Theme Detection - ThemeDetect.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.themedetect.com, και η κύρια λειτουργία του είναι "Find out which theme a WordPress site is using with the help of ThemeDetect.com".

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

screenshot

Λήψη αρχείου CRX της επέκτασης WordPress Theme Detection - ThemeDetect.com

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

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

                        Easily detect which theme a WordPress site is using. Navigate to any webpage powered by WordPress then open up this extension. Our extension will automatically analyze the webpage and display the name, version, author and other data about the theme being used.                    

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

Όνομα WordPress Theme Detection - ThemeDetect.com WordPress Theme Detection - ThemeDetect.com
ID ilcmaphgcalflbbkcpdakklbigeifmcm
Επίσημο URL https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm
Περιγραφή Find out which theme a WordPress site is using with the help of ThemeDetect.com
Μέγεθος Αρχείου 144 KB
Αριθμός Εγκαταστάσεων 424
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2018-12-31
Ημερομηνία Δημοσίευσης 2018-12-31
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.themedetect.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.themedetect.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress Theme Detection - ThemeDetect.com",
    "description": "Find out which theme a WordPress site is using with the help of ThemeDetect.com",
    "version": "0.1",
    "icons": {
        "38": "img\/icon-38.png",
        "58": "img\/icon-58.png",
        "76": "img\/icon-76.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.themedetect.com\/*",
        "http:\/\/127.0.0.1\/*"
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "Detect WordPress Theme",
        "default_popup": "pages\/index.html",
        "default_icon": {
            "38": "img\/icon-38.png",
            "58": "img\/icon-58.png",
            "76": "img\/icon-76.png"
        }
    }
}