Simple Time Tracker
Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features.
What is Simple Time Tracker?
Simple Time Tracker is a Chrome extension developed by PixelTürk Web Studio, and its main feature is "Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features.".
Extension Screenshots
Download Simple Time Tracker Extension CRX File
Download Simple Time Tracker 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
How much time spend on tasks? Start tracking it right now with Simple Time Tracker. Tired of complicated time tracking applications? No need any registration, permissions or unnecessary features. Add a task, start and stop the timer. And that's it 🎉 # CHANGELOG ## 2.3.0 - Fix reset tasks - Added dynamic ordering and sort by option ## 2.2.0 - More compact view - Improved default order by tasks ## 2.1.0 - Added Migration WebSQL to IndexedDB (Origin Trials for WebSQL) and will be removed v3. Up to Chrome 123 (ends with the rollout of next Chrome release), no later than 29 May 2024 ## 2.0.0 - Switched to IndexedDB from WebSQL - Add hourly rate field - Add notes field - Improved UI ## 1.0.3 - Added total time counter ## 1.0.2 - Fixed delete confirmations ## 1.0.1 - Added reset all feature - Improved UI ## 1.0.0 - Initial version
Extension Basic Information
Name | Simple Time Tracker |
ID | ifdmgpcchapjlldljfegfdnojaieacmn |
Official URL | https://chromewebstore.google.com/detail/simple-time-tracker/ifdmgpcchapjlldljfegfdnojaieacmn |
Description | Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features. |
File Size | 67.7 KB |
Installation Count | 6,518 |
Current Version | 2.3.0 |
Last Updated | 2024-02-24 |
Publish Date | 2019-05-21 |
Rating | 4.22/5 Total 36 Ratings |
Developer | PixelTürk Web Studio |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/afbora/SimpleTimeTracker |
Help Page URL | https://github.com/afbora/SimpleTimeTracker |
Supported Languages | en |
manifest.json | |
{ "name": "Simple Time Tracker", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features.", "version": "2.3.0", "manifest_version": 3, "options_ui": { "page": "options.html", "open_in_tab": false }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "128": "stt128x128.png" }, "permissions": [ "storage" ], "action": { "default_title": "Simple Time Tracker", "default_icon": "stt32x32.png", "default_popup": "popup.html" } } |