What Is The Theme - WordPress theme detector

A free tool that allows you to detect the Wordpress theme used on a website.

Apa itu What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector adalah ekstensi Chrome yang dikembangkan oleh Amir Ben Daoud, dan fitur utamanya adalah "A free tool that allows you to detect the Wordpress theme used on a website.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi What Is The Theme - WordPress theme detector

Unduh file ekstensi What Is The Theme - WordPress theme detector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A free tool that allows you to detect the Wordpress theme used on a website.                    

Informasi Dasar Ekstensi

Nama What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
URL Resmi https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Deskripsi A free tool that allows you to detect the Wordpress theme used on a website.
Ukuran File 39.73 KB
Jumlah Instalasi 460
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2022-05-07
Tanggal Publikasi 2018-12-14
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Amir Ben Daoud
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}