Hello,

This is my first foray into Java code so your patience would be highly appreciated.

There's a Chrome extension called Page Load Time that displays the web page loading time in a toolbar, the source code of which is linked below. I'd like to somehow be able to log the output i.e total time in seconds, to file. My ultimate goal is for the browser to auto refresh every 2 mins and for the download time to be logged.

What would be the best approach in achieving this?

https://github.com/avflance/chrome-l...ree/master/src

Name:  timer.png
Views: 862
Size:  9.5 KB

Thanks