T-Minus
Countdown Task Timer
What is T-Minus?
T-Minus is a Chrome extension developed by pharley64, and its main feature is "Countdown Task Timer".
Extension Screenshots
Download T-Minus Extension CRX File
Download T-Minus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | kfhnlpcfmdajlffldiahgkdcdjiipbgi |
| Official URL | https://chromewebstore.google.com/detail/t-minus/kfhnlpcfmdajlffldiahgkdcdjiipbgi |
| Description | Countdown Task Timer |
| File Size | 545 KB |
| Installation Count | 77 |
| Current Version | 0.922 |
| Last Updated | 2023-05-20 |
| Publish Date | 2022-04-27 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | pharley64 |
| [email protected] | |
| Payment Type | free |
| Privacy Policy Page URL | http://recogblog.com/help.html |
| Supported Languages | 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"
}
} | |