Ryan Lieu
Ryan Lieu

Reputation: 11

Highlighting links from websites with a browser extension

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

Answers (2)

Seano666
Seano666

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

LomE999
LomE999

Reputation: 119

You can create new extensions for Chrome this may be useful to you... or refer this

Upvotes: 1

Related Questions