Debugger Timeout

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

Debugger Timeout là gì?

Debugger Timeout là một tiện ích mở rộng Chrome được phát triển bởi nunibaranes, và tính năng chính của nó là "The best extension to set a timed debugger to inspect hard-to-grab elements on web pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Debugger Timeout

Tải xuống các tệp mở rộng Debugger Timeout dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Debugger Timeout Debugger Timeout
ID elmehliiloojeenadcoppopohddbjgfk
URL Chính Thức https://chromewebstore.google.com/detail/debugger-timeout/elmehliiloojeenadcoppopohddbjgfk
Mô tả The best extension to set a timed debugger to inspect hard-to-grab elements on web pages
Kích Thước Tệp 177 KB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-09-21
Ngày Phát Hành 2021-10-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển nunibaranes
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}