network-duplicates
Extends the Developer Tools, adding duplicate network calls detection
network-duplicatesคืออะไร?
network-duplicates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deckele และคุณลักษณะหลักของมันคือ "Extends the Developer Tools, adding duplicate network calls detection"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย network-duplicates
ดาวน์โหลดไฟล์ส่วนขยาย network-duplicates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extends the Developer Tools, adding duplicate network calls detection. Features: 1. list of duplicate network calls, sorted by number of times a resource was called. 2. list of resources with the same name, which were called from different urls. 3. a side-panel in the sources tab, showing nested iframes which could lead to duplicate network calls.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pdaabiikfpfhfgiodfjfiobdmegjhnmo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/network-duplicates/pdaabiikfpfhfgiodfjfiobdmegjhnmo |
คำอธิบาย | Extends the Developer Tools, adding duplicate network calls detection |
ขนาดไฟล์ | 6.2 KB |
จำนวนการติดตั้ง | 208 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-06-07 |
วันที่เผยแพร่ | 2019-06-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | deckele |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "network-duplicates", "manifest_version": 2, "version": "1.0", "description": "Extends the Developer Tools, adding duplicate network calls detection", "minimum_chrome_version": "30.0", "devtools_page": "devtools.html", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |