samueljun / tomato-clock

Tomato Clock is a simple browser extension for managing your productivity.
GNU General Public License v3.0
333 stars 55 forks source link

Add ability to customize the various timers #21

Closed samueljun closed 6 years ago

samueljun commented 8 years ago

Should be in the addons options

samueljun commented 7 years ago

If I add the ability to customize the timers, I'm considering removing one of the break timers. Instead I would limit things to 'Tomato', 'Short break', and 'Long break'. This would clean since I could add the short and long break timers to the notification buttons.

samueljun commented 7 years ago

To go along with #29, the default preferences for the timers will be:

Tomato: 25 Short: 5 Long: 15

samueljun commented 7 years ago

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Implement_a_settings_page https://developer.mozilla.org/en-US/Add-ons/WebExtensions/user_interface/Options_pages https://developer.chrome.com/extensions/optionsV2

samueljun commented 6 years ago

Done with #39