Web Time Tracker
This extension helps you track your time spent using the web for work.
什么是Web Time Tracker?
Web Time Tracker是由Joey Lea开发的Chrome扩展程序,该扩展的主要功能是“This extension helps you track your time spent using the web for work.”。
扩展截图
下载Web Time Tracker扩展crx文件
下载Web Time Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Web Time Tracker |
ID | hfhhlhelfbijnejjdihdfchakekadhbg |
官方URL | https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg |
简介 | This extension helps you track your time spent using the web for work. |
文件大小 | 164 KB |
安装次数 | 172 |
当前版本 | 0.0.4 |
更新时间 | 2015-05-10 |
上架时间 | 2015-05-10 |
评分 | 1.00/5 共1次评分 |
开发者 | Joey Lea |
付费类型 | free |
支持的语言 | 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\/" ] } |