Task Timer
An offline task timer extension that will help you keep track of your schedule.
Cos'è Task Timer?
Task Timer è un'estensione di Chrome sviluppata da Tudor Stoica, e la sua funzione principale è "An offline task timer extension that will help you keep track of your schedule.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Task Timer
Scarica i file di estensione Task Timer 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
This extension provides you with :
- a system that keeps track of your tasks
- a sticky notes tab
- reports tab that give the information you want and which you can export Informazioni di Base sull'Estensione
| Nome | |
| ID | cdooaodgjnfoieflegemcnbgdibopbmi |
| URL Ufficiale | https://chromewebstore.google.com/detail/task-timer/cdooaodgjnfoieflegemcnbgdibopbmi |
| Descrizione | An offline task timer extension that will help you keep track of your schedule. |
| Dimensione del File | 488 KB |
| Conteggio Installazioni | 1,855 |
| Versione Corrente | 2.6.5 |
| Ultimo Aggiornamento | 2019-09-02 |
| Data di Pubblicazione | 2019-09-01 |
| Valutazione | 4.50/5 Totale 6 Valutazioni |
| Sviluppatore | Tudor Stoica |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Task Timer",
"version": "2.6.5",
"description": "An offline task timer extension that will help you keep track of your schedule.",
"permissions": [
"storage"
],
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "images\/16.png",
"48": "images\/48.png"
},
"manifest_version": 2
} | |