Блог пользователя jainnirav88

Автор jainnirav88, история, 3 года назад, По-английски

Hello everyone!

I would like to share my new extension Keep Problems, which I think can be very useful.

Description


Keep Problems is a browser extension which helps to save and keep track of problems from different platforms(codeforces, codechef, atcoder etc.)

Features

Add Problem

  • Save problem with link, name, difficulty, tags, code and notes
  • If codeforces problem, then it will fetch name, difficulty and tags
  • For other platforms, it will fetch possible information
  • Add code and notes in code and notes section
  • Manage problems in different folders by giving appropriate folder name

Import/ Export

  • Do you share problems with other? If yes, then this feature can be very useful for you
  • Add and filter problems you want to store and click on "Export" button in navbar. JSON file will be stored in your computer
  • Share this json file with anyone
  • User can "Import" this problems in "Other" page by providing JSON file, folder name (optional) and tags (optional)

Sort, Search, Filter, Edit, Delete

  • Sort by name, date, difficulty in ascending/descending order
  • Search/Filter by name, link, difficulty and tags
  • Edit or Delete problem
  • Filter problems by folder

Screenshots

screenshot1
screenshot2
screenshot3
screenshot4

For more screenshots see here

Install it from Chrome Web Store, Source code is on github

All data will be stored in unlimited chrome local storage

Any feedback or suggestions are welcome.

  • Проголосовать: нравится
  • +104
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by jainnirav88 (previous revision, new revision, compare).

»
3 года назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Too bad not available for Firefox :( Coming soon? or not at all :(

»
3 года назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

Thank you, it's very helpful

»
3 года назад, # |
  Проголосовать: нравится +17 Проголосовать: не нравится

Suggestion: there should be an option to add a short description about the problem while saving... I mean, if I save problems, I'd have short descriptions:

1097D — Easy String DP

622F — Linear Time Polynomial Interpolation

Or maybe even something like... "Solve this before Saturday"

One short sentence will increase the usability by a lot.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +12 Проголосовать: не нравится

    Hey, thanks for the suggestion. Sounds like a good idea, I'll do it as soon as possible.

    But expect some delay as chrome web store usually takes more than 2-3 days to review extension.