I want to print the time by an user on a specific page and print it. Actually I am want to create such type of google extension.
I found a link : How to measure a time spent on a page?
BUt in that I am not getting how to print it in the extension?
I want to print the time by an user on a specific page and print it. Actually I am want to create such type of google extension.
I found a link : How to measure a time spent on a page?
BUt in that I am not getting how to print it in the extension?
You can use Timeme.JS which is a javascript library that basically tracks the user's interation with the page. Below is the link for you to use it. jasonzissman/timeme.js
Just clone it and run the index page of library. for implementation look at timeme.js file.