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
Eメール [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"
    }
}