Debugger Timeout

The best extension to set a timed debugger to inspect hard-to-grab elements on web pages

O que é Debugger Timeout?

Debugger Timeout é uma extensão do Chrome desenvolvida por nunibaranes, e sua principal característica é "The best extension to set a timed debugger to inspect hard-to-grab elements on web pages".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Debugger Timeout

Baixe arquivos de extensão Debugger Timeout no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Debugger Timeout Debugger Timeout
ID elmehliiloojeenadcoppopohddbjgfk
URL Oficial https://chromewebstore.google.com/detail/debugger-timeout/elmehliiloojeenadcoppopohddbjgfk
Descrição The best extension to set a timed debugger to inspect hard-to-grab elements on web pages
Tamanho do Arquivo 177 KB
Contagem de Instalações 122
Versão Atual 1.0.1
Última Atualização 2023-09-21
Data de Publicação 2021-10-07
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor nunibaranes
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}