Network Requests Monitor
Network Requests Monitor for Developers
Network Requests Monitorคืออะไร?
Network Requests Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mooringniu และคุณลักษณะหลักของมันคือ "Network Requests Monitor for Developers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Network Requests Monitor
ดาวน์โหลดไฟล์ส่วนขยาย Network Requests Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Monitor all your network requests for current tab, list them, filter them , copy the and enjoy this plugin. 当前标签的网络资源请求监控,可对结果进行过滤,复制。 Special thanks to hzlzh for the UI
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gcdgbbcmdelmcoeklbnghlbpcmakchda |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/network-requests-monitor/gcdgbbcmdelmcoeklbnghlbpcmakchda |
คำอธิบาย | Network Requests Monitor for Developers |
ขนาดไฟล์ | 41.92 KB |
จำนวนการติดตั้ง | 675 |
เวอร์ชันปัจจุบัน | 3.2 |
อัปเดตครั้งล่าสุด | 2016-11-29 |
วันที่เผยแพร่ | 2016-11-29 |
คะแนน | 2.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | mooringniu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Network Requests Monitor", "version": "3.2", "description": "Network Requests Monitor for Developers", "devtools_page": "networkrequests.html", "manifest_version": 2, "web_accessible_resources": [ "*" ], "permissions": [ "tabs", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |