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
电子邮箱 [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"
    }
}