Time tracker tool Mange and track your time. Features: - tracking time - display customisation - log to file start/pause - optional pause of tracking on screen lock (hibernate/shutdown) - reset to particular time value
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Rejected |
2 | Rejected |
1 | Rejected |
I didn't mean to change the function name for log. I mean why are you logging in a file when you can use `console.log()`?
This logging is a part of plugin functionality. It's store all changes to file to be able later check them. Like history of tracked time. Other words it's not debugging :)