Task tracker | Task timer
An offline task time keeper.
什么是Task tracker | Task timer?
Task tracker | Task timer是由Chito Borabien开发的Chrome扩展程序,该扩展的主要功能是“An offline task time keeper.”。
扩展截图
下载Task tracker | Task timer扩展crx文件
下载Task tracker | Task timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple way to keep track of time spent on tasks and projects. Key Features: - Record time using timer or manual entry. - Reports: Project and daily summary - Daily break time setting - Charts: Daily summary displayed in stacked or grouped bar chart. Project summary shown in pie chart. - Export data in CSV and text format. - Delete data according to date range.
扩展基本信息
名称 | Task tracker | Task timer |
ID | foieejideloffcogfliehljobfocglfc |
官方URL | https://chromewebstore.google.com/detail/task-tracker-task-timer/foieejideloffcogfliehljobfocglfc |
简介 | An offline task time keeper. |
文件大小 | 323 KB |
安装次数 | 2,365 |
当前版本 | 1.0.17 |
更新时间 | 2023-07-16 |
上架时间 | 2020-05-26 |
评分 | 4.23/5 共26次评分 |
开发者 | Chito Borabien |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | de,en,en-GB,en-US,fr,hi,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.17", "offline_enabled": true, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/icon128.png" ] } |