I have already coded most of a Firefox add-on using the JetPack API. I am now discovering that jetpack might not be powerful enough for my purposes. I need two things:
1) A drop down button in the toolbar next to the location bar.
2) To modify the add-ons manager in firefox
It is truly disappointing, but I don't believe either of these is possible with JetPack.
First of all, I understand there is a Widget module with the JetPack api. But this only allows me to add a simple icon or label to the awkward add-on bar. What if I need to add a nicer button like the one next to the location bar for Firebug or Greasemonkey? As for modifying the add-ons manager in firefox, I have tried Nickolay Ponomarev's XUL with Jetpack without any success whatsover http://asqueella.blogspot.com/2010/03/jetpack-sdk-and-xul-extensions.html. If anyone knows how to get this working and can point me in the right direction that would be extremely helpful (cfx init --template xul doesn't do anything the regular sdk does when I try it)