WordPress Version

WordPress Version allows you to know WP version of website

WordPress Versionคืออะไร?

WordPress Version เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AMZScout และคุณลักษณะหลักของมันคือ "WordPress Version allows you to know WP version of website"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย WordPress Version ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        WordPress Version allows you to get information about version of WordPress at websites which use it and compare it with the latest available version.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WordPress Version WordPress Version
ID jbbiglmmnldnajjcnglcbaflpmkjlenh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordpress-version/jbbiglmmnldnajjcnglcbaflpmkjlenh
คำอธิบาย WordPress Version allows you to know WP version of website
ขนาดไฟล์ 44.05 KB
จำนวนการติดตั้ง 971
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-06-28
วันที่เผยแพร่ 2016-06-28
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา AMZScout
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://amzscout.net/docs/security-policy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress Version",
    "version": "1.0.1",
    "description": "WordPress Version allows you to know WP version of website",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "http:\/\/www.amazonscout.com",
    "homepage_url": "http:\/\/www.amazonscout.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "",
        "tabs",
        "gcm",
        "identity",
        "*:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}