IsWordPress - WordPress theme plugin detector

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

什麼是IsWordPress - WordPress theme plugin detector?

IsWordPress - WordPress theme plugin detector是由Jafran Hasan開發的Chrome擴展程式,該擴展的主要功能是“Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載IsWordPress - WordPress theme plugin detector擴展crx文件

下載IsWordPress - WordPress theme plugin detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 IsWordPress - WordPress theme plugin detector IsWordPress - WordPress theme plugin detector
ID enohbojoeceihccbalgijnfbhbinfllf
官方網址 https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf
簡介 Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
檔案大小 213 KB
安裝次數 160
目前版本 0.0.3
更新時間 2023-08-13
上架時間 2022-11-03
評分 5.00/5 共 5 次評分
開發者 Jafran Hasan
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/imjafran/iswordpress
說明頁面URL https://github.com/imjafran/iswordpress
支援的語言 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"
    }
}