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 and any bugs found are appreciated, and I would love it if you guys try this out.
And lastly, I am sorry for any grammatical errors I made, English is not my native language.