Debugger Timeout

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

Co je Debugger Timeout?

Debugger Timeout je rozšíření Chrome vyvinuté nunibaranes, a jeho hlavní funkcí je „The best extension to set a timed debugger to inspect hard-to-grab elements on web pages“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Debugger Timeout

Stáhněte si soubory rozšíření Debugger Timeout ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Debugger Timeout Debugger Timeout
ID elmehliiloojeenadcoppopohddbjgfk
Oficiální URL https://chromewebstore.google.com/detail/debugger-timeout/elmehliiloojeenadcoppopohddbjgfk
Popis The best extension to set a timed debugger to inspect hard-to-grab elements on web pages
Velikost souboru 177 KB
Počet instalací 122
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-09-21
Datum Vydání 2021-10-07
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář nunibaranes
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}