Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamimehsan/atcoder-extension
An Atcoder extension to add some missing features present in Codeforces
https://github.com/tamimehsan/atcoder-extension
Last synced: 11 days ago
JSON representation
An Atcoder extension to add some missing features present in Codeforces
- Host: GitHub
- URL: https://github.com/tamimehsan/atcoder-extension
- Owner: TamimEhsan
- Created: 2023-07-30T22:46:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-01T18:03:20.000Z (over 1 year ago)
- Last Synced: 2023-08-01T20:28:51.317Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/atcoder-task-extension/
- Size: 655 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atcoder Task Extension
Atcoder lacks some useful features like solve count and status in the contest task page. I myself once submitted in the wrong problem once. Also one needs to visit standings to check solve counts. This chrome extension allows to do just that.
![Assets](Assets/tasks.jpg)
## Features
- Show solve count of problems
- Show AC and WA status of problems
- Uses cache to speed up loading## Features for future
- Add other judge status too, but ig that are not necessary
- Add problem navigation## How to add extension
- Download this repository as zip then unzip or clone to local.
- Then go to chrome [extension](chrome://extensions/) . => That three dot in top right => More tools =>Extensions
- Enable developer mode
- Click load unpacked button
- And then select the downloaded folder![Assets](Assets/tutorialForHide.gif)
## Problems
The load time is a bit slow for new contests## Conclusion
If you love my work you can follow me or star this repo. Thank you