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"
    }
}