Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have starting creating my first firefox extension. I am following http://extensions.roachfiend.com/howto_bug.html

But seems creating this without an IDE is very tedious task. Do we have any eclipse plugin for creating firefox extension? Or is there any tool for firefox extension creation?

share|improve this question
Please correct your question. If Spket is answer to it, then it isn't about Eclipse plugin. I don't see here anything about Eclipse plugin. – alehro Sep 19 '11 at 6:56

3 Answers

up vote 1 down vote accepted

I've used Spket in the past. I find it particularly useful for generating an initial skeleton.

share|improve this answer
o yes, thts wht i need – Rakesh Juyal Sep 16 '10 at 14:09

You should definitely check out Extension Developer if you haven't yet. It's not really an IDE but it comes with lots of helpful tools.

share|improve this answer

You could use the addon SDK from Mozilla.

With this it is very easy to create a skeleton for your addon and it is VERY easy to compile (to create an .xpi).

But this is no IDE, so the operations are console based, but it has a big advantage! You don't need to create a new Profile in Firefox for developing extensions / addons. With the SDK and with the operation cfx run, a new instance of Firefox is created with a temporary profile.

This will be deleted after the window is closed.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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