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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        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"
        }
    ]
}