This is a pomodoro timer chrome extension where the rest duration 'stretches' based on your last focus duration.
For example, if your default duration are:
focus = 25 minutes
rest = 5 minutes
and you focused for 50 minutes in the current session, your next rest duration will be
rest = (50/25) * 5 = 10 minutes
- Start the focus timer
- When the default focus duration is up, the tab title will change to "Time's up", but you can keep it running until you are done with your task. Click the check button when you want to end this focus session
- The rest timer will automatically start counting down. Its duration is determined by your last focus duration