Netmon
Network monitor - view the HTTP headers of the current page, or globally, from all tabs.
Netmonคืออะไร?
Netmon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kpion.github.io และคุณลักษณะหลักของมันคือ "Network monitor - view the HTTP headers of the current page, or globally, from all tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netmon
ดาวน์โหลดไฟล์ส่วนขยาย Netmon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Network monitor - see requests and responses, including the HTTP headers, of the current page, or globally. You can use it at any time, also *after* the page has loaded. This is useful when there are random errors in some cases and you just want to see what happened, list the past requests. It also constantly displays current count of requests in any given tab. And - it's open source: https://github.com/kpion/netmon If you have any suggestions, please don't hesitate to reach me on [email protected] or file an issue on the github page above.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | fnbdjaofejpjedhleannakpdpifmchlo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/netmon/fnbdjaofejpjedhleannakpdpifmchlo |
คำอธิบาย | Network monitor - view the HTTP headers of the current page, or globally, from all tabs. |
ขนาดไฟล์ | 1.7 MB |
จำนวนการติดตั้ง | 314 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-05-11 |
วันที่เผยแพร่ | 2019-05-05 |
ผู้พัฒนา | https://kpion.github.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kpion/netmon |
URL หน้าช่วยเหลือ | https://github.com/kpion/netmon |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netmon", "version": "1.0", "description": "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.", "homepage_url": "https:\/\/github.com\/kpion\/netmon", "permissions": [ "storage", "activeTab", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "page": "background\/index.html" }, "browser_action": { "default_popup": "modules\/list\/index.html?mode=popup", "default_icon": { "16": "static\/images\/extension-icon.png", "32": "static\/images\/extension-icon.png", "48": "static\/images\/extension-icon.png", "128": "static\/images\/extension-icon.png" } }, "icons": { "16": "static\/images\/extension-icon.png", "32": "static\/images\/extension-icon.png", "48": "static\/images\/extension-icon.png", "128": "static\/images\/extension-icon.png" }, "manifest_version": 2 } |