xhr-devtool

xhr-devtool

xhr-devtoolคืออะไร?

xhr-devtool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.2e33.com และคุณลักษณะหลักของมันคือ "xhr-devtool"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xhr-devtool

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

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

                        替换response结果                    

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

ชื่อ xhr-devtool xhr-devtool
ID ppnbnljjjnogaidfedkfnohpbkipecpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xhr-devtool/ppnbnljjjnogaidfedkfnohpbkipecpk
คำอธิบาย xhr-devtool
ขนาดไฟล์ 51.34 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-04-02
วันที่เผยแพร่ 2019-04-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.2e33.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xhr-devtool",
    "description": "xhr-devtool",
    "version": "1.0",
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "static\/img\/icon.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "ajaxhook.min.js"
    ]
}