Topic: Firefox extension

I haven't worked with extension before, but I have an idea of an extension that I want to make. But before I waste my time, I want to know if it's possible to do smile

Is it possible to make URLs in a page that look a certain way open up a GUI window (not a browser window) and send the url to that window?

And if it's possible, anyone that know a good place to start read about extension development?

Re: Firefox extension

I don't have any experience with extension dev either, so I wouldn't know, but here's the stuff I have in my bookmarks pertaining to extension creation:

http://www.orablogs.com/duffblog/archives/000536.html
http://ihoss.not-a-blog.com/index.php (look on the sidebar for links to tutorials)
http://developer.mozilla.org/en/docs/Cr … ar_buttons
http://ted.mielczarek.org/code/mozilla/extensiondev/
http://www.borngeek.com/firefox/tutorial/
http://www.sitepoint.com/article/xul-ne … t-secret-1
http://developer.mozilla.org/en/docs/Extensions
http://www.rietta.com/%7Efrank/firefox/ … rview.html

Looking for a certain modification for your forum? Please take a look here before posting.

3 (edited by sverrir 2006-06-08 15:46)

Re: Firefox extension

It's doable but the computer in question would need to know the protocol.
For instance when you install Skype it registers callto: so when ever your browser sees links with that protocol it knows what application to open them in.

Re: Firefox extension

didnt understand so well what you meant.... if it sends the url to an application then that aplication has to be a browser to open the page.
If not i am missing something or not understanding.

Anyway... firefox pluggin development is made easy well documented.