Tab Close Timer

Closes the tab after specified time!

Tab Close Timer là gì?

Tab Close Timer là một tiện ích mở rộng Chrome được phát triển bởi Aditya Mhatre, và tính năng chính của nó là "Closes the tab after specified time!".

Ả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 Tab Close Timer

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

                        Watching YouTube videos for extended number of times and want to control it?
Now you can with this extension.

Simply enter the desired number of hours and minutes in the extension and click OK. The tab will automatically close after the set time.                    

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

Tên Tab Close Timer Tab Close Timer
ID fjcngjmpebbfdjpndmlbfoldgiinpfcf
URL Chính Thức https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf
Mô tả Closes the tab after specified time!
Kích Thước Tệp 15.29 KB
Số Lần Cài Đặt 3,119
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-01-19
Ngày Phát Hành 2022-01-18
Đánh Giá 4.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Aditya Mhatre
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Close Timer",
    "description": "Closes the tab after specified time!",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    }
}