Watcher
A time management stopwatch that allows you to track time for multiple items at once.
Was ist Watcher?
Watcher ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "A time management stopwatch that allows you to track time for multiple items at once.".
Erweiterungsscreenshots
Watcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Watcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ecndlcfciheobflkmookjlojoeccmjbg |
| Offizielle URL | https://chromewebstore.google.com/detail/watcher/ecndlcfciheobflkmookjlojoeccmjbg |
| Beschreibung | A time management stopwatch that allows you to track time for multiple items at once. |
| Dateigröße | 83.44 KB |
| Installationsanzahl | 166 |
| Aktuelle Version | 1.4.2 |
| Letztes Update | 2013-03-29 |
| Veröffentlichungsdatum | 2013-03-29 |
| Bewertung | 4.29/5 Insgesamt 7 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |