T-Minus
Countdown Task Timer
Wat is T-Minus?
T-Minus is een Chrome-extensie ontwikkeld door pharley64, en de belangrijkste functie is "Countdown Task Timer".
Extensie Screenshots
Download het CRX-bestand van de extensie T-Minus
Download T-Minus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | T-Minus |
ID | kfhnlpcfmdajlffldiahgkdcdjiipbgi |
Officiële URL | https://chromewebstore.google.com/detail/t-minus/kfhnlpcfmdajlffldiahgkdcdjiipbgi |
Beschrijving | Countdown Task Timer |
Bestandsgrootte | 545 KB |
Aantal Installaties | 77 |
Huidige Versie | 0.922 |
Laatst Bijgewerkt | 2023-05-20 |
Publicatiedatum | 2022-04-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | pharley64 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://recogblog.com/help.html |
Ondersteunde Talen | 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" } } |