T-Minus

Countdown Task Timer

T-Minus là gì?

T-Minus là một tiện ích mở rộng Chrome được phát triển bởi pharley64, và tính năng chính của nó là "Countdown Task Timer".

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

screenshot
screenshot

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

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

                        A countdown Timer, T-minus allows the user to enter a time, start the timer and store records for time worked for up to 31 days. It tracks time for a session, day and week. The user can also download records in a spreadsheet-friendly format. This tool was designed by an experienced search engine evaluator for task-based work.    

The 'storage' permission is required to utilize HTML Local Storage. No personal data is collected or transferred to a 3rd party, and no login is required. All of your records are kept in-browser.                    

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

Tên T-Minus T-Minus
ID kfhnlpcfmdajlffldiahgkdcdjiipbgi
URL Chính Thức https://chromewebstore.google.com/detail/t-minus/kfhnlpcfmdajlffldiahgkdcdjiipbgi
Mô tả Countdown Task Timer
Kích Thước Tệp 545 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.922
Cập Nhật Lần Cuối 2023-05-20
Ngày Phát Hành 2022-04-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển pharley64
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://recogblog.com/help.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "T-Minus",
    "description": "Countdown Task Timer",
    "version": "0.922",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/t_minus_16.png",
            "32": "img\/t_minus_32.png",
            "48": "img\/t_minus_48.png",
            "128": "img\/t_minus_128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/t_minus_16.png",
        "32": "img\/t_minus_32.png",
        "48": "img\/t_minus_48.png",
        "128": "img\/t_minus_128.png"
    }
}