Debugger Timeout
The best extension to set a timed debugger to inspect hard-to-grab elements on web pages
Qu'est-ce que Debugger Timeout ?
Debugger Timeout est une extension Chrome développée par nunibaranes, et sa fonction principale est "The best extension to set a timed debugger to inspect hard-to-grab elements on web pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Debugger Timeout
Téléchargez les fichiers d'extension Debugger Timeout au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Debugger Timeout |
ID | elmehliiloojeenadcoppopohddbjgfk |
URL Officiel | https://chromewebstore.google.com/detail/debugger-timeout/elmehliiloojeenadcoppopohddbjgfk |
Description | The best extension to set a timed debugger to inspect hard-to-grab elements on web pages |
Taille du Fichier | 177 KB |
Nombre d'Installations | 122 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-09-21 |
Date de Publication | 2021-10-07 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | nunibaranes |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |