Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.15 KB

Tomato Clock - Browser Extension

Tomato Clock is a simple browser extension for managing your productivity. Use the extension to break down your work into 25 minute 'Tomato' intervals separated by short breaks.

The add-on uses the default browser notification system, accompanied by a sound, to let you know when the timer is over. The add-on also features stats for tracking how many 'Tomatoes' you complete. Your stats are synced across devices using the browser's cloud storage support.

Due to a trademark complaint, the extension was renamed from Pomodoro Clock to Tomato Clock.

Installation

Development

Firefox

  • For live reloading in a clean Firefox instance:

    cd src
    web-ext run
  • For running in a normal instance:

    1. Go to about:debugging
    2. Click Load Temporary Add-on
    3. Load the src folder

Chromium

  1. Go to chrome://extensions/
  2. Enable developer mode
  3. Click Load unpacked extension...
  4. Load the src folder