vote up 16 vote down star
4

What are some resources for getting started writing a Firefox Addon? Is there an API guide somewhere? Is there a getting started tutorial somewhere? Is there a developer discussion board somewhere?

flag

71% accept rate

5 Answers

vote up 14 vote down check

We tried to make http://developer.mozilla.org/en/Extensions answer all those questions. The first three links in the documentation section are about getting started (that includes Adam's link). The newsgroup and the irc channel in the Community section are the official discussion boards.

Mozilla is very complex, so any kind of API guide would be overwhelming and hard to write. So your best bet is to check the code snippets page (also linked from the MDC Extensions page), then search MDC/google, then ask in the forums.

link|flag
vote up 0 vote down

I found greasemonkey to be a great starting point... I used it to create some functionality for a site, then I used this script compiler to turn my script into a working add-on. Of course it's machine generated... but it's very few files and pretty easy to understand. Just unzip the .xpi and tinker away.

link|flag
vote up 0 vote down

Consider signing your finished extension to avoid the untrusted extension warnings.

http://o-regan.org/2007/04/14/xpisigner-java-cross-platorm-xpi-signing-tool/

link|flag
vote up 5 vote down

Here's the official starter page from Mozilla for writing your first extension. http://developer.mozilla.org/en/Building_an_Extension

link|flag
vote up 3 vote down

This is a great resource to start learning how to build a FireFox extension:
How to create Firefox extensions

This is an awesome tutorial and will covers most type of extensions.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.