I want to implement an extension in Chrome that I'd display some text related to the current page being viewed.
I have learned ways to code div to be part of an HTML page that is specifically designed to support such always on top popup (div), but I have no clue how to make a window/div or whatever text area to stay on top of any web page being browsed.
I'm pretty new to JavaScript, and Chrome extension development.
I'd appreciate if you could give me some pointer, or example.
Thanks in advance!
Yu