Website Inspector

Website Technology Analysis Tools.

Website Inspectorคืออะไร?

Website Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.ipip.net และคุณลักษณะหลักของมันคือ "Website Technology Analysis Tools."

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

screenshot

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

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

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

                        Website Technology Analysis Tools. It can detect content management systems, ecommerce platforms, web frameworks, server software, analytics tools and many more.                    

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

ชื่อ Website Inspector Website Inspector
ID ofmiiefmhpehbkmeahicnakdmhaeiimd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/website-inspector/ofmiiefmhpehbkmeahicnakdmhaeiimd
คำอธิบาย Website Technology Analysis Tools.
ขนาดไฟล์ 1.8 MB
จำนวนการติดตั้ง 782
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2018-04-24
วันที่เผยแพร่ 2018-04-24
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://www.ipip.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.ipip.net/privacy.html
URL หน้านโยบายความเป็นส่วนตัว https://www.ipip.net/privacy.html
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Inspector",
    "version": "1.2.8",
    "description": "Website Technology Analysis Tools.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Website Technology Analysis Tools.",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.11.3.js",
                "js\/content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/jquery-1.11.3.js",
        "js\/inject.js",
        "apps.json",
        "apps_ext.json",
        "js\/plug-in.min.js",
        "js\/ZeroClipboard.swf",
        "js\/data.json"
    ],
    "homepage_url": "https:\/\/www.ipip.net",
    "default_locale": "zh_CN"
}