Web Time Tracker
This extension helps you track your time spent using the web for work.
¿Qué es Web Time Tracker?
Web Time Tracker es una extensión de Chrome desarrollada por Joey Lea, y su función principal es "This extension helps you track your time spent using the web for work.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Web Time Tracker
Descarga archivos de extensión Web Time Tracker 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
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.
Información Básica de la Extensión
Nombre | Web Time Tracker |
ID | hfhhlhelfbijnejjdihdfchakekadhbg |
URL Oficial | https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg |
Descripción | This extension helps you track your time spent using the web for work. |
Tamaño del Archivo | 164 KB |
Cantidad de Instalaciones | 172 |
Versión Actual | 0.0.4 |
Última Actualización | 2015-05-10 |
Fecha de Publicación | 2015-05-10 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | Joey Lea |
Tipo de Pago | free |
Idiomas Soportados | 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\/" ] } |