Watcher

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

O que é Watcher?

Watcher é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A time management stopwatch that allows you to track time for multiple items at once.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Watcher

Baixe arquivos de extensão Watcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        - 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                    

Informações Básicas da Extensão

Nome Watcher Watcher
ID ecndlcfciheobflkmookjlojoeccmjbg
URL Oficial https://chromewebstore.google.com/detail/watcher/ecndlcfciheobflkmookjlojoeccmjbg
Descrição A time management stopwatch that allows you to track time for multiple items at once.
Tamanho do Arquivo 83.44 KB
Contagem de Instalações 166
Versão Atual 1.4.2
Última Atualização 2013-03-29
Data de Publicação 2013-03-29
Classificação 4.29/5 Total de 7 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}