CfToolkit (for Codeforces) Chrome Extension

Hi Codechef people!!

This post is regarding a chrome extension for Codeforces.

While practicing problem solving on codeforces, we sometimes need to find the correct output for a custom input (sometimes not even present in the list of tests present for an accepted solution). One way of doing this is to find an accepted solution, copy it and run it against our custom input. To make this easy, I have created a chrome extension, so that we can get the correct output for a custom input while staying on the same page. This is my first chrome extension and would love it if you guys give it a try.

Here is the link to the extension: Codeforces Toolkit

PS: The extension gets enabled automatically when you open a codeforces problem for practice.

Happy Coding !!