Tab Timeout

This extension allows the user to set a timeout for the current tab to close

Tab Timeout là gì?

Tab Timeout là một tiện ích mở rộng Chrome được phát triển bởi brentengust, và tính năng chính của nó là "This extension allows the user to set a timeout for the current tab to close".

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

Tải xuống các tệp mở rộng Tab 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

                                            

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

Tên Tab Timeout Tab Timeout
ID ipfhphdnknhbgmndmfhefbcdcopplijj
URL Chính Thức https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj
Mô tả This extension allows the user to set a timeout for the current tab to close
Kích Thước Tệp 286 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-04-07
Ngày Phát Hành 2018-04-07
Nhà Phát Triển brentengust
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": 2,
    "name": "Tab Timeout",
    "description": "This extension allows the user to set a timeout for the current tab to close",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}