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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |