TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Any suggested links for Firefox extension development?

1 pointsby gregpover 17 years ago
I found a few sites via google, most of them are old and seem out of date - any suggestions?<p>Thanks

2 comments

utnickover 17 years ago
<a href="http://roachfiend.com/archives/2004/12/08/how-to-create-firefox-extensions/" rel="nofollow">http://roachfiend.com/archives/2004/12/08/how-to-create-fire...</a><p>I read that guys article to get the basics down, also he has a good batch file for compiling the extension on windows that I use<p>I go to xulplanet.com or mozilla for specific or in depth things
brianrover 17 years ago
Existing extensions are a great source for example code... as long as they're written in JavaScript, extensions are as open source as HTML pages. Just download the extension and unzip it.