Debugger Timeout
The best extension to set a timed debugger to inspect hard-to-grab elements on web pages
Debugger Timeoutคืออะไร?
Debugger Timeout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nunibaranes และคุณลักษณะหลักของมันคือ "The best extension to set a timed debugger to inspect hard-to-grab elements on web pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Debugger Timeout
ดาวน์โหลดไฟล์ส่วนขยาย Debugger Timeout ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
How to use the Debugger Timeout: The devtools must be open, so that the extension will work properly. Sometimes we need to inspect elements that are hard to grab during DOM events like mouse over ,drag and drop, etc. Therefore the solution is to fire a debugger, exactly when it’s necessary. We appreciate that you tried the Debugger Timeout! If you have comments or requests to improve, please report them on the GitHub repository or send us a direct message.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Debugger Timeout |
ID | elmehliiloojeenadcoppopohddbjgfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/debugger-timeout/elmehliiloojeenadcoppopohddbjgfk |
คำอธิบาย | The best extension to set a timed debugger to inspect hard-to-grab elements on web pages |
ขนาดไฟล์ | 177 KB |
จำนวนการติดตั้ง | 122 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-09-21 |
วันที่เผยแพร่ | 2021-10-07 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | nunibaranes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.1", "name": "Debugger Timeout", "description": "The best extension to set a timed debugger to inspect hard-to-grab elements on web pages", "action": { "default_popup": "popup.html", "default_title": "Debugger Timeout", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ " |