Built a Tool to Organize My Codeforces Practice

Revision en1, by hacker_70, 2026-02-12 23:28:03

While solving problems on Codeforces, I kept facing one issue:

I would find a good problem, think “I’ll revise this later”, and then completely forget it.

  • Bookmarks became messy.

  • Screenshots were useless.

  • Spreadsheets required manual work.

So I built CodeQuest, a lightweight Chrome extension to save and organize coding problems in 1 click.

What it does:

  • Auto-detects problem title, link, platform, difficulty, tags

  • Normalizes tags (BFS = bfs = Breadth First Search)

  • Takes under 3 seconds to save a problem

  • It works across Codeforces, LeetCode, CodeChef, etc.

  • Saves everything directly to your Google Sheet

I’d love feedback from the Codeforces community so I can improve it based on real needs.

You can install it directly from the WebStore..

Thanks!

Tags #organizer, extension, feedback, need help

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English hacker_70 2026-02-12 23:29:31 10
en1 English hacker_70 2026-02-12 23:28:03 960 Initial revision (published)