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. 擴展基本資訊
| 名稱 | |
| ID | foieejideloffcogfliehljobfocglfc |
| 官方網址 | 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"
]
} | |