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 very 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.