Web Time Tracker
This extension helps you track your time spent using the web for work.
O que é Web Time Tracker?
Web Time Tracker é uma extensão do Chrome desenvolvida por Joey Lea, e sua principal característica é "This extension helps you track your time spent using the web for work.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Time Tracker
Baixe arquivos de extensão Web Time Tracker 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
Keep track of your time spent on your web projects with the tool you use most, your browser. The Web Time Tracker makes it easy to track your hours spent on projects right inside Google Chrome. It syncs across all your browsers so you are always up to date. Plus, you can add goals and stay on top of your to-do list.
Informações Básicas da Extensão
Nome | Web Time Tracker |
ID | hfhhlhelfbijnejjdihdfchakekadhbg |
URL Oficial | https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg |
Descrição | This extension helps you track your time spent using the web for work. |
Tamanho do Arquivo | 164 KB |
Contagem de Instalações | 172 |
Versão Atual | 0.0.4 |
Última Atualização | 2015-05-10 |
Data de Publicação | 2015-05-10 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Joey Lea |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Time Tracker", "description": "This extension helps you track your time spent using the web for work.", "version": "0.0.4", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "home.html", "default_title": "Web Time Tracker" }, "permissions": [ "storage", "activeTab", "https:\/\/tt.w3by.com\/" ] } |