Reputation: 11
I'm looking to develop a browser extension that would recognize links from news websites and display that articles' content in a popup screen upon a mouseover. The problem is, I have no idea where to start. I have past experience in HTML, CSS, and Javascript but in terms of browser extensions I'm a fish out of water. Could someone explain to me how one would go about starting something like this? Thanks!
Upvotes: 0
Views: 53
Reputation: 2238
I'm also an extension noob, but I know of a really good jQuery plugin for making the hover popups (tooltips). http://jquerytools.github.io/documentation/tooltip/index.html
Upvotes: 0
Reputation: 119
You can create new extensions for Chrome this may be useful to you... or refer this
Upvotes: 1