Hello programmers!!
The Codechef platform by default does not have any feature to bookmark problems. This chrome extension is specifically built for saving links to problems on Codechef platform. This could be a great tool to save your problems to review them later.
https://chrome.google.com/webstore/detail/codechef-archive/kflaacglajjmohfdfnchajbemkjjknde
Do not forget to rate the application 😃
- Extracts the problem code (of any codechef problem) and generates a nice UI element as a link to the problem.
- Saves the problem data in the local storage of the browser.
- If you wish to give the problem link a custom title, type it in the input section and hit save.
To deploy this project on Google Chrome, follow the given steps:
- Download the project files from GitHub.
- Open your terminal, navigate to the project directory (
cd <repository_name>
) and runnpm install
, followed bynpm run build
command. A production build (dist-folder) will be created. - Copy the manifest.json file to the dist-folder.
- Open Google Chrome > Settings > Extensions.
- Click on Load Unpack button and select the dist-folder.
- Open any problem on www.codechef.com and try the extension.
Frontend: HTML, CSS and ReactJS