WP Detect

Detect WP Plugins and themes

什麼是WP Detect?

WP Detect是由Offcon Info Security開發的Chrome擴展程式,該擴展的主要功能是“Detect WP Plugins and themes”。

擴展截圖

screenshot

下載WP Detect擴展crx文件

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

擴展使用說明

                        This Chrome Extension will check for the themes and plugin on the current webpage.                    

擴展基本資訊

名稱 WP Detect WP Detect
ID jdfohafahkdilhehnefganaoechoejng
官方網址 https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng
簡介 Detect WP Plugins and themes
檔案大小 55 KB
安裝次數 844
目前版本 1.0
更新時間 2013-08-07
上架時間 2013-08-07
評分 5.00/5 共 1 次評分
開發者 Offcon Info Security
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WP Detect",
    "version": "1.0",
    "description": "Detect WP Plugins and themes",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "WP Detect",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}