Minutes is a Chrome Extension time tracker that automatically pauses itself when you're idle.
- Download and uncompress zip.
- In Chrome, go to the extensions page at
chrome://extensions/
. - Enable Developer Mode.
- Choose
Load Unpacked
and select the folder.
npm install
to install the necessary dependencies.- Update
version
inmanifest.json
. npm run build
.
Once installed, you can access the extension by clicking the icon in the Chrome toolbar.
- Press
New Session
or use the global shortcutCommand/Ctrl+Shift+P
to start a new session. - Your active and idle time will be automatically tracked.
- Press
End Session
to complete your session. - Information about past sessions can be viewed by pressing
Session Logs