WP Detect

Detect WP Plugins and themes

WP Detect là gì?

WP Detect là một tiện ích mở rộng Chrome được phát triển bởi Offcon Info Security, và tính năng chính của nó là "Detect WP Plugins and themes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WP Detect

Tải xuống các tệp mở rộng WP Detect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WP Detect WP Detect
ID jdfohafahkdilhehnefganaoechoejng
URL Chính Thức https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng
Mô tả Detect WP Plugins and themes
Kích Thước Tệp 55 KB
Số Lần Cài Đặt 844
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-08-07
Ngày Phát Hành 2013-08-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Offcon Info Security
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}