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
官方網址 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
電子郵箱 [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"
    }
}