Watcher
A time management stopwatch that allows you to track time for multiple items at once.
Cos'è Watcher?
Watcher è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A time management stopwatch that allows you to track time for multiple items at once.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Watcher
Scarica i file di estensione Watcher 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
- Color code your watches for easier management
- Edit a watch name in-line
- Re-order watches to set priority
- Rounds time to the nearest quarter hour and provides multiple time totals
- Track one or multiple projects at once
- Expand or collapse watches
- Add or subtract time manually Informazioni di Base sull'Estensione
| Nome | |
| ID | ecndlcfciheobflkmookjlojoeccmjbg |
| URL Ufficiale | https://chromewebstore.google.com/detail/watcher/ecndlcfciheobflkmookjlojoeccmjbg |
| Descrizione | A time management stopwatch that allows you to track time for multiple items at once. |
| Dimensione del File | 83.44 KB |
| Conteggio Installazioni | 166 |
| Versione Corrente | 1.4.2 |
| Ultimo Aggiornamento | 2013-03-29 |
| Data di Pubblicazione | 2013-03-29 |
| Valutazione | 4.29/5 Totale 7 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Watcher",
"version": "1.4.2",
"manifest_version": 2,
"description": "A time management stopwatch that allows you to track time for multiple items at once.",
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "Watcher",
"default_popup": "index.html"
},
"icons": {
"48": "img\/icon-48.png",
"64": "img\/icon-64.png",
"128": "img\/icon-128.png"
}
} | |