IsWordPress - WordPress theme plugin detector

Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.

Co to jest IsWordPress - WordPress theme plugin detector?

IsWordPress - WordPress theme plugin detector to rozszerzenie Chrome opracowane przez Jafran Hasan, a jego główną funkcją jest „Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia IsWordPress - WordPress theme plugin detector

Pobierz pliki rozszerzeń IsWordPress - WordPress theme plugin 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

                        The 'IsWordPress' Chrome Extension is a powerful tool that enables you to effortlessly identify WordPress websites, their themes, and plugins. This extension is designed for developers, designers, and enthusiasts who want efficient insights into the technology behind WordPress sites.

Features
Effortless Detection: Quickly identify WordPress websites without hassle.
Theme Insights: Gain design insights by identifying the WordPress theme in use.
Plugin Detection: Discover plugins employed for enhanced functionality.
Optimized Performance: The extension is designed for speed and efficiency.
Server-less Design: Operates without the need for external servers.
Offline Usage: Works even when you're offline.

Full documentation and contribution page can be found on https://github.com/imjafran/iswordpress                    

Podstawowe informacje o rozszerzeniu

Nazwa IsWordPress - WordPress theme plugin detector IsWordPress - WordPress theme plugin detector
ID enohbojoeceihccbalgijnfbhbinfllf
Oficjalny URL https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf
Opis Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
Rozmiar pliku 213 KB
Liczba instalacji 160
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2023-08-13
Data Publikacji 2022-11-03
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Jafran Hasan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/imjafran/iswordpress
Adres URL Strony Pomocy https://github.com/imjafran/iswordpress
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IsWordPress - WordPress theme plugin detector",
    "description": "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "app.html",
        "default_icon": {
            "32": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "32": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    }
}