Web Time Tracker
This extension helps you track your time spent using the web for work.
What is Web Time Tracker?
Web Time Tracker is a Chrome extension developed by Joey Lea, and its main feature is "This extension helps you track your time spent using the web for work.".
Extension Screenshots
Download Web Time Tracker Extension CRX File
Download Web Time Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Web Time Tracker |
ID | hfhhlhelfbijnejjdihdfchakekadhbg |
Official URL | https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg |
Description | This extension helps you track your time spent using the web for work. |
File Size | 164 KB |
Installation Count | 172 |
Current Version | 0.0.4 |
Last Updated | 2015-05-10 |
Publish Date | 2015-05-10 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Joey Lea |
Payment Type | free |
Supported Languages | 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\/" ] } |