Debugger Timeout
The best extension to set a timed debugger to inspect hard-to-grab elements on web pages
Cos'è Debugger Timeout?
Debugger Timeout è un'estensione di Chrome sviluppata da nunibaranes, e la sua funzione principale è "The best extension to set a timed debugger to inspect hard-to-grab elements on web pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Debugger Timeout
Scarica i file di estensione Debugger Timeout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Debugger Timeout |
ID | elmehliiloojeenadcoppopohddbjgfk |
URL Ufficiale | https://chromewebstore.google.com/detail/debugger-timeout/elmehliiloojeenadcoppopohddbjgfk |
Descrizione | The best extension to set a timed debugger to inspect hard-to-grab elements on web pages |
Dimensione del File | 177 KB |
Conteggio Installazioni | 122 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-09-21 |
Data di Pubblicazione | 2021-10-07 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | nunibaranes |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |