0

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?

defen
  • 1
  • 2
  • You can use a *content script*. This question definitely was asked before so keep searching, and/or maybe inspect an existing extension that implements this function. – wOxxOm Oct 07 '18 at 04:23

1 Answers1

0

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.

Asnau Nauticas
  • 197
  • 1
  • 4
  • 20