Debugger Timeout

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

Debugger Timeoutとは何ですか?

Debugger Timeoutはnunibaranesによって開発されたChromeの拡張機能で、その主な機能は「The best extension to set a timed debugger to inspect hard-to-grab elements on web pages」です。

拡張機能のスクリーンショット

screenshot

Debugger Timeout拡張機能のCRXファイルをダウンロード

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 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
Eメール [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": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}