T-Minus

Countdown Task Timer

什么是T-Minus?

T-Minus是由pharley64开发的Chrome扩展程序,该扩展的主要功能是“Countdown Task Timer”。

扩展截图

screenshot
screenshot

下载T-Minus扩展crx文件

下载T-Minus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 T-Minus T-Minus
ID kfhnlpcfmdajlffldiahgkdcdjiipbgi
官方URL https://chromewebstore.google.com/detail/t-minus/kfhnlpcfmdajlffldiahgkdcdjiipbgi
简介 Countdown Task Timer
文件大小 545 KB
安装次数 77
当前版本 0.922
更新时间 2023-05-20
上架时间 2022-04-27
评分 5.00/5 共2次评分
开发者 pharley64
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://recogblog.com/help.html
支持的语言 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"
    }
}