Day Counter is an easy-to-use Chrome Extension that allows you to create multiple day counters that show up on each New Tab page or when manually accessed through the extension icon. Easily track days until Birthdays, Holidays, or any other events. You can also track days since a previous event, such as starting at a new job. Events can also be given names and be edited/deleted at any point. This was created as a simple exercise to get used to the functionality and development of Chrome extensions.
Download the chrome extension here.
Easily adjust the size of the counters from small (4 per line), medium (3 per line) or large (2 per line). The default is medium.
Change the color scheme of the Day Counter page to any of the colors provided.
- Add sorting options
- Add filter options -- Only show 30 days away, for example
- Add Counter options -- Recurring event -- Event types (i.e. birthday, etc)
- Make "day of" counters more visible / noticeable
- Added setting for adjusting counter sizes
- Added setting for adjusting color schemes
- Refactored code to increase performance
- Added ability to reorder counters
- Fixed error causing storage to not working as intended
- Fixed bug where extension icon would just create a new tab (potentially opening another extension)