This is a chrome extension which comforts your atcoder life.
See Features for more detail.
-
Download Release.zip from Releases and extract it
-
Open chrome://extensions/
-
Drag & drop the directory to the page to load this chrome extension
- Notify judge result of codes you submit
- Notify new clarifications on the contest page you open
Sync favorite users- Add a link tab to beta page on non-beta pages
- Dropdown list of problems
- Warn if you select specific languages for submission such as
text,bashand so on (configurable) - Disable/Enable them
To develop this chrome extention, clone this repository first.
You can install recommended modules for Visual Studio Code from @recommended.
- Run the following command to watch the
srcdirectory:
npm run watch- Load
srcas a chrome extension on - After you edit some source file and save it, reload to apply the changes
- Run the following command to build the
distdirectory:
npm run build- Load
distas a chrome extension on