WP Detect

Detect WP Plugins and themes

WP Detectคืออะไร?

WP Detect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Offcon Info Security และคุณลักษณะหลักของมันคือ "Detect WP Plugins and themes"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WP Detect

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}