IsWordPress - WordPress theme plugin detector

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

Co je IsWordPress - WordPress theme plugin detector?

IsWordPress - WordPress theme plugin detector je rozšíření Chrome vyvinuté Jafran Hasan, a jeho hlavní funkcí je „Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření IsWordPress - WordPress theme plugin detector

Stáhněte si soubory rozšíření IsWordPress - WordPress theme plugin detector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název IsWordPress - WordPress theme plugin detector IsWordPress - WordPress theme plugin detector
ID enohbojoeceihccbalgijnfbhbinfllf
Oficiální URL https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf
Popis Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
Velikost souboru 213 KB
Počet instalací 160
Aktuální Verze 0.0.3
Poslední Aktualizace 2023-08-13
Datum Vydání 2022-11-03
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Jafran Hasan
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/imjafran/iswordpress
URL Stránky Nápovědy https://github.com/imjafran/iswordpress
Podporované Jazyky 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"
    }
}