Request duplicates
Find duplicates of XHR requests
Request duplicatesคืออะไร?
Request duplicates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pchelnikovmm และคุณลักษณะหลักของมันคือ "Find duplicates of XHR requests"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Request duplicates
ดาวน์โหลดไฟล์ส่วนขยาย Request duplicates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily find duplicates of network requests. Just install the extension, open browser devtools and click "RD" tab. Start testing your website and when the extension detect two or more identical requests, it will display them in request list. Basic functionality is absolute free! No registration required. Features: - find request duplicates; - show start time of each found duplicate; - filter duplicates by domain, configure time gap and compare requests input data option; - explore details of requests.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Request duplicates |
ID | fghphjljkkfoepfkodibkbhkpobbbedm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/request-duplicates/fghphjljkkfoepfkodibkbhkpobbbedm |
คำอธิบาย | Find duplicates of XHR requests |
ขนาดไฟล์ | 581 KB |
จำนวนการติดตั้ง | 461 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-12-18 |
วันที่เผยแพร่ | 2021-12-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | pchelnikovmm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Request duplicates", "description": "Find duplicates of XHR requests", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "devtools_page": "devtools\/index.html", "browser_action": { "default_popup": "popup\/index.html" }, "permissions": [ "tabs", "*:\/\/*.google-analytics.com\/*" ], "icons": { "16": "devtools\/logo_16.png", "32": "devtools\/logo_32.png", "48": "devtools\/logo_48.png", "128": "devtools\/logo_128.png" } } |