Watcher
A time management stopwatch that allows you to track time for multiple items at once.
Qu'est-ce que Watcher ?
Watcher est une extension Chrome développée par Unknown, et sa fonction principale est "A time management stopwatch that allows you to track time for multiple items at once.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Watcher
Téléchargez les fichiers d'extension Watcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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
Informations de Base sur l'Extension
Nom | Watcher |
ID | ecndlcfciheobflkmookjlojoeccmjbg |
URL Officiel | https://chromewebstore.google.com/detail/watcher/ecndlcfciheobflkmookjlojoeccmjbg |
Description | A time management stopwatch that allows you to track time for multiple items at once. |
Taille du Fichier | 83.44 KB |
Nombre d'Installations | 166 |
Version Actuelle | 1.4.2 |
Dernière Mise à Jour | 2013-03-29 |
Date de Publication | 2013-03-29 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |