Task tracker | Task timer
An offline task time keeper.
What is Task tracker | Task timer?
Task tracker | Task timer is a Chrome extension developed by Chito Borabien, and its main feature is "An offline task time keeper.".
Extension Screenshots
Download Task tracker | Task timer Extension CRX File
Download Task tracker | Task timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | foieejideloffcogfliehljobfocglfc |
| Official URL | https://chromewebstore.google.com/detail/task-tracker-task-timer/foieejideloffcogfliehljobfocglfc |
| Description | An offline task time keeper. |
| File Size | 323 KB |
| Installation Count | 2,365 |
| Current Version | 1.0.17 |
| Last Updated | 2023-07-16 |
| Publish Date | 2020-05-26 |
| Rating | 4.23/5 Total 26 Ratings |
| Developer | Chito Borabien |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |