Watcher

A time management stopwatch that allows you to track time for multiple items at once.

¿Qué es Watcher?

Watcher es una extensión de Chrome desarrollada por Unknown, y su función principal es "A time management stopwatch that allows you to track time for multiple items at once.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Watcher

Descarga archivos de extensión Watcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        - 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                    

Información Básica de la Extensión

Nombre Watcher Watcher
ID ecndlcfciheobflkmookjlojoeccmjbg
URL Oficial https://chromewebstore.google.com/detail/watcher/ecndlcfciheobflkmookjlojoeccmjbg
Descripción A time management stopwatch that allows you to track time for multiple items at once.
Tamaño del Archivo 83.44 KB
Cantidad de Instalaciones 166
Versión Actual 1.4.2
Última Actualización 2013-03-29
Fecha de Publicación 2013-03-29
Calificación 4.29/5 Total de 7 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    }
}