Like I am viewing a webpage which is full of words, can I get exactly which word I am reading by providing the coordinate of my gazing?
I know document.elementFromPoint
can tell the tag, but I need more preciously till word level.
I just wanna run my code as a Chrome plugin. So the Chrome-only functions are also okay.