T-Minus
Countdown Task Timer
Cos'è T-Minus?
T-Minus è un'estensione di Chrome sviluppata da pharley64, e la sua funzione principale è "Countdown Task Timer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione T-Minus
Scarica i file di estensione T-Minus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | kfhnlpcfmdajlffldiahgkdcdjiipbgi |
| URL Ufficiale | https://chromewebstore.google.com/detail/t-minus/kfhnlpcfmdajlffldiahgkdcdjiipbgi |
| Descrizione | Countdown Task Timer |
| Dimensione del File | 545 KB |
| Conteggio Installazioni | 77 |
| Versione Corrente | 0.922 |
| Ultimo Aggiornamento | 2023-05-20 |
| Data di Pubblicazione | 2022-04-27 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | pharley64 |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://recogblog.com/help.html |
| Lingue Supportate | 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"
}
} | |