IsWordPress - WordPress theme plugin detector

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

Vad är IsWordPress - WordPress theme plugin detector?

IsWordPress - WordPress theme plugin detector är en Chrome-tillägg utvecklad av Jafran Hasan, och dess huvudfunktion är "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner IsWordPress - WordPress theme plugin detector-förlängningens CRX-fil

Ladda ner IsWordPress - WordPress theme plugin detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn IsWordPress - WordPress theme plugin detector IsWordPress - WordPress theme plugin detector
ID enohbojoeceihccbalgijnfbhbinfllf
Officiell webbadress https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf
Beskrivning Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
Filstorlek 213 KB
Antal Installationer 160
Aktuell Version 0.0.3
Senast Uppdaterad 2023-08-13
Publiceringsdatum 2022-11-03
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Jafran Hasan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/imjafran/iswordpress
Hjälpsida URL https://github.com/imjafran/iswordpress
Stödda Språk 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"
    }
}