Web Time Tracker
This extension helps you track your time spent using the web for work.
Qu'est-ce que Web Time Tracker ?
Web Time Tracker est une extension Chrome développée par Joey Lea, et sa fonction principale est "This extension helps you track your time spent using the web for work.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Web Time Tracker
Téléchargez les fichiers d'extension Web Time Tracker 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
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.
Informations de Base sur l'Extension
Nom | Web Time Tracker |
ID | hfhhlhelfbijnejjdihdfchakekadhbg |
URL Officiel | https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg |
Description | This extension helps you track your time spent using the web for work. |
Taille du Fichier | 164 KB |
Nombre d'Installations | 172 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2015-05-10 |
Date de Publication | 2015-05-10 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Joey Lea |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |