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 optional badge to show current minute #9

Closed samueljun closed 7 years ago

samueljun commented 9 years ago

This should be optional as users may not want something that intrusive when trying to focus.

samueljun commented 9 years ago

Does Firefox have a native 'badge' feature?

samueljun commented 9 years ago

Firefox has badges as well: https://developer.mozilla.org/en-US/Add-ons/SDK/Low-Level_APIs/ui_button_action#Badged_buttons

samueljun commented 9 years ago

This should possibly be on by default to show that this feature exists. Will need to try for a day or two to decide if this is fine.

samueljun commented 8 years ago

Created the badge for Firefox, now I need to make it optional through preferences.

samueljun commented 8 years ago

Added preference to Firefox version. Firefox is done.