Time Tracker
Keeps track of how much time you spend on various web sites.
什麼是Time Tracker?
Time Tracker是由[email protected]開發的Chrome擴展程式,該擴展的主要功能是“Keeps track of how much time you spend on various web sites.”。
擴展截圖
下載Time Tracker擴展crx文件
下載Time Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Helps users track how much time they spend on various web sites. Please email feature requests to: [email protected] or file issues on the project page: https://github.com/navjagpal/browser-timetracker/issues This project is open source.
擴展基本資訊
名稱 | Time Tracker |
ID | mokmnbikneoaenmckfmgjgjimphfojkd |
官方網址 | https://chromewebstore.google.com/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd |
簡介 | Keeps track of how much time you spend on various web sites. |
檔案大小 | 76.76 KB |
安裝次數 | 15,086 |
目前版本 | 1.2.4 |
更新時間 | 2016-10-29 |
上架時間 | 2016-10-29 |
評分 | 4.24/5 共 132 次評分 |
開發者 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/navjagpal/browser-timetracker/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Tracker", "version": "1.2.4", "description": "Keeps track of how much time you spend on various web sites.", "manifest_version": 2, "background": { "scripts": [ "config.js", "sites.js", "tracker.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "alarms", "idle", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Time Tracker", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon.png" } } |