What Is The Theme - WordPress theme detector

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

Co to jest What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector to rozszerzenie Chrome opracowane przez Amir Ben Daoud, a jego główną funkcją jest „A free tool that allows you to detect the Wordpress theme used on a website.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia What Is The Theme - WordPress theme detector

Pobierz pliki rozszerzeń What Is The Theme - WordPress theme detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
Oficjalny URL https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Opis A free tool that allows you to detect the Wordpress theme used on a website.
Rozmiar pliku 39.73 KB
Liczba instalacji 460
Aktualna Wersja 1.2.3
Ostatnia Aktualizacja 2022-05-07
Data Publikacji 2018-12-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Amir Ben Daoud
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}