Hey everyone,
I’m creating a Chrome extension, and implemented the plugin from Charles, but there is something I would like to do and I can’t find a solution for this:
Basically, my Chrome extension allows people to get the definition of a selected text on the page: The user selects a text and then opens the Chrome extension, and if a definition is available, it’s displayed.
It’s working perfectly… BUT:
I would like my extension to highlight specific terms automatically when a definition is available these terms, WITHOUT having to open the Chrome extension.
Then, if possible, show the definition when hovering the highlighted text, or somewhere else, but inject this definition somewhere on the page without having to click on the Chrome extension icon.
Any idea if this is possible and how to implement it by chance?
PS1: I’m not a javascript developer…
PS2: yes, I’ve checked the plugin documentation and yes I’ve contacted the plugin author (Charles) to get his input as well.
Thanks a lot in advance!