Track time spent on tasks with a simple stopwatch https://danial2026.github.io/extension_tokime/
Find a file
2025-12-26 21:18:16 +03:30
.github/workflows Create static.yml 2025-05-15 17:53:39 +03:30
components Update version to 0.1.2 and enhance stopwatch details UI with session management features, including modal for adding/editing sessions and improved styling. 2025-10-18 09:25:49 +03:30
css Update version to 0.1.2 and enhance stopwatch details UI with session management features, including modal for adding/editing sessions and improved styling. 2025-10-18 09:25:49 +03:30
icons Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
images Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
js Update version to 0.1.2 and enhance stopwatch details UI with session management features, including modal for adding/editing sessions and improved styling. 2025-10-18 09:25:49 +03:30
ui Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
.gitignore Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
background.js Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
build_chrome.sh Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
build_firefox.sh Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
index.html chore: Update logo image source from 128.png to favicon.png. 2025-12-26 21:18:16 +03:30
LICENSE Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
manifest-firefox.json Update version to 0.1.2 and enhance stopwatch details UI with session management features, including modal for adding/editing sessions and improved styling. 2025-10-18 09:25:49 +03:30
manifest.json Update version to 0.1.2 and enhance stopwatch details UI with session management features, including modal for adding/editing sessions and improved styling. 2025-10-18 09:25:49 +03:30
popup.html Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
popup.js Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
privacy.html Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30
README.md Refactor text formatting in index.html for improved readability and update README.md to include session management features. 2025-10-18 09:32:33 +03:30
stopwatch-details.html Update version to 0.1.2 and enhance stopwatch details UI with session management features, including modal for adding/editing sessions and improved styling. 2025-10-18 09:25:49 +03:30
terms.html Initial commit of the Tokime time tracking extension, including core functionality, UI components, and build scripts for Chrome and Firefox. Added essential files such as HTML, CSS, JavaScript, and assets, along with a .gitignore file to exclude unnecessary files from version control. 2025-05-15 17:49:54 +03:30

Tokime - Privacy-Focused Time Tracker

A browser extension for time tracking with simple stopwatches. All data stays on your device - no servers, no tracking.

Features

  • 100% Private: All data stored locally on your device only
  • Create multiple stopwatches to track time for different tasks
  • Start and stop time tracking with a single click
  • View detailed session history for each stopwatch
  • Manually add, edit, and delete sessions with custom titles and timestamps
  • Export/import your data for backup and transfer

Privacy First

Tokime is designed with privacy as the top priority:

  • No servers: Your data never leaves your browser
  • No analytics: We don't track your usage or collect any metrics
  • No third-party services: Completely self-contained
  • No permissions: Only requires storage permission to save your timers

How It Works

  1. Create a new stopwatch with a title
  2. Start tracking time with a click
  3. Stop the stopwatch when you're done
  4. View your total time and session history

Contributing

Contributions are welcome! Feel free to submit issues and pull requests.

License

This project is open source and available under the GNU GENERAL PUBLIC LICENSE.