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 |
官方網址 | 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\/" ] } |