Tab Countdown Timer
A Chromium Extension that allows you to set a timer that counts down and then closes the tab.
Tab Countdown Timer là gì?
Tab Countdown Timer là một tiện ích mở rộng Chrome được phát triển bởi lokico, và tính năng chính của nó là "A Chromium Extension that allows you to set a timer that counts down and then closes the tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tab Countdown Timer
Tải xuống các tệp mở rộng Tab Countdown 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
Allows you to quickly set a countdown timer on a tab. Once the timer expires, the tab closes. Every tab can have a different timer. Enter time by typing or by using a mousewheel. --- Changes for v1.1 - Add dark mode based on current system settings - Save last alarm values as default for next time - Update to chrome manifest v3
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Countdown Timer |
ID | maoljenpfpdblggdbnhmegofbhhcdgle |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-countdown-timer/maoljenpfpdblggdbnhmegofbhhcdgle |
Mô tả | A Chromium Extension that allows you to set a timer that counts down and then closes the tab. |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 6,368 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-11-12 |
Ngày Phát Hành | 2020-08-06 |
Đánh Giá | 4.29/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | lokico |
[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 Countdown Timer", "version": "1.1", "manifest_version": 3, "description": "A Chromium Extension that allows you to set a timer that counts down and then closes the tab.", "icons": { "16": "icons\/hourglass16.png", "32": "icons\/hourglass32.png", "48": "icons\/hourglass48.png", "128": "icons\/hourglass128.png" }, "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background\/background.js" }, "permissions": [ "alarms", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |