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": [ " |