T-Minus
Countdown Task Timer
什麼是T-Minus?
T-Minus是由pharley64開發的Chrome擴展程式,該擴展的主要功能是“Countdown Task Timer”。
擴展截圖
下載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 |
ID | kfhnlpcfmdajlffldiahgkdcdjiipbgi |
官方網址 | 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" } } |