WordPress Theme Detection - ThemeDetect.com

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

Cos'è WordPress Theme Detection - ThemeDetect.com?

WordPress Theme Detection - ThemeDetect.com è un'estensione di Chrome sviluppata da https://www.themedetect.com, e la sua funzione principale è "Find out which theme a WordPress site is using with the help of ThemeDetect.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WordPress Theme Detection - ThemeDetect.com

Scarica i file di estensione WordPress Theme Detection - ThemeDetect.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WordPress Theme Detection - ThemeDetect.com WordPress Theme Detection - ThemeDetect.com
ID ilcmaphgcalflbbkcpdakklbigeifmcm
URL Ufficiale https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm
Descrizione Find out which theme a WordPress site is using with the help of ThemeDetect.com
Dimensione del File 144 KB
Conteggio Installazioni 424
Versione Corrente 0.1
Ultimo Aggiornamento 2018-12-31
Data di Pubblicazione 2018-12-31
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://www.themedetect.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.themedetect.com
Lingue Supportate 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"
        }
    }
}