A Chrome extension that shows notification of upcoming codeforces contest on daily basis and before certain period of each Codeforces contest. It also provides little bit of customization over notification system.
- Shows a notification once in a day on the day of contest.
- Shows notification before one hour of contest.
- Extension icon color will change after each notification (In case user misses the notification; Icon will turn yellow for daily notifiaction and red for hourly notification).
- Allows selection over contest divisions.
- Allows turning on/off each type of notifications.
- Shows week's contests.
- Download zip file from github release (or the zip file from 'releases' folder). Unzip the folder.
- Open google chrome and go to Extension manager. Select developer option (Check the option).
- Go to extension manager, click 'Load Unpacked'.
- Select the unzipped folder.
It should work fine. Pin the extension to chrome for better experience.
- Fork the repository.
- Clone the forked repository to your local machine.
- Type
npm install
. - Do some coding...
- Type
npm run build
to build the code. - Open google chrome and go to Extension manager. Select developer option (Check).
- click "Load unpacked", and choose the 'dist' folder.
- Commit and push changes.
- Make a pull request.
- Volla!
This project is still in infancy and not published yet. Any feedback/contribution is highly appreciated. And thanks to Shameme for furnishing the UI.