Hello everyone,
I and Manorit (@manorit2001 ) have made a chrome extension that adds an IDE support to codechef problem page and lets you submit and run your code directly from problem page using Codechef APIs
The extension will also automatically save your code( in browser local storage)
The extension can be very helpful for practicing problems or giving contests
Supported Languages
- C
- C++14
- C++17
- Python2
- Python3.6
- Java
Features
- Auto Save Code
- Dark and Light themes
- Syntax highlighting
- Vim and Sublime Keybindings
- Default Code Templates
- Run against Custom Input
- Uses CodeChef API
Note: We do-not use any external APIs and everything is saved within the browser and is executed using codechef APIs. Moreover, the project is completely open source
Download Extension - Chrome Web Store
Source Code - Github