Task tracker | Task timer
An offline task time keeper.
Cos'è Task tracker | Task timer?
Task tracker | Task timer è un'estensione di Chrome sviluppata da Chito Borabien, e la sua funzione principale è "An offline task time keeper.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Task tracker | Task timer
Scarica i file di estensione Task tracker | 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
A simple way to keep track of time spent on tasks and projects. Key Features: - Record time using timer or manual entry. - Reports: Project and daily summary - Daily break time setting - Charts: Daily summary displayed in stacked or grouped bar chart. Project summary shown in pie chart. - Export data in CSV and text format. - Delete data according to date range.
Informazioni di Base sull'Estensione
Nome | Task tracker | Task timer |
ID | foieejideloffcogfliehljobfocglfc |
URL Ufficiale | https://chromewebstore.google.com/detail/task-tracker-task-timer/foieejideloffcogfliehljobfocglfc |
Descrizione | An offline task time keeper. |
Dimensione del File | 323 KB |
Conteggio Installazioni | 2,365 |
Versione Corrente | 1.0.17 |
Ultimo Aggiornamento | 2023-07-16 |
Data di Pubblicazione | 2020-05-26 |
Valutazione | 4.23/5 Totale 26 Valutazioni |
Sviluppatore | Chito Borabien |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | de,en,en-GB,en-US,fr,hi,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.17", "offline_enabled": true, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/icon128.png" ] } |