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

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

Hi! Codeforces community

I have created a chrome extension that can tell you the amount of time you have spent on a problem from the moment you open it up for the first time. The extension keeps track of the active window and thus the time increases only for that particular window. It uses chrome local storage to store the data. In this way, it picks up from where it left off. The extension overwrites the data every 10 seconds.

I believe that it could help newbies, pupils and maybe higher rated people to increase their speed. Any suggestions for improvements or any bugs found are appreciated, and I would love it if you guys try this out.

You can download it from — https://chrome.google.com/webstore/detail/cf-tracker/hadiffebpglmdnknojeoelfgmjleiecc?utm_source=googleads&utm_medium=adgroup5&utm_campaign=adgroup5&utm_id=adgroup5&gclid=Cj0KCQiAjJOQBhCkARIsAEKMtO3OFxRkL3xVFOqO-5UAEjSYwNj73NSmgRtg-OfI0p4m1CTEfRho1hUaAkuPEALw_wcB

And lastly, I am sorry for any grammatical errors I made, English is not my native language.

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

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

Great extension for tracking time even during practice. I feel it will definitely help me improve.

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

The extension is super great !! <3

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

    I would work on it, however, I cannot do much about what you mentioned in the third point. If I update the time every second, my extension may interfere with other extensions installed on chrome since chrome has a limit to how much reading and writing an extension can do in one minute.

    I will work on the other two mentioned.

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

    when I log in to codeforces with another account. that's illegal

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

    also on switching tabs.

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

Just curious, which language did you use?

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

Another CF Tracker already exists, I'd suggest renaming this one. Also, a firefox addon of this would be great, which you can publish for free.

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

Great tool to keep a track of time invested per question!

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

I have this extension called taper monkey to use codeforces dark mode and with the extension enabled, I can barely see the timer. Hopefully you'll be able to fix this. Thanks!

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

Dude how do I reset the timer?

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

Hi, could you make it available for firefox too?