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
官方URL 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"
    }
}