I would like to add a simple button to the Firefox interface: The button will bookmark the current page under the most recently used bookmark folder.

Could you please guide me in the general direction? I am a programmer, but have no Firefox programming experience.

(PS: Is this considered an add-on?)

Thanks -

Todd

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Yep, if you want to add a toolbar button, then you can do it as an addon.

I suggest to start reading the XUL School, which should give a good introduction into Firefox addon development.

For learning how to access and manage bookmarks, read about Places.

link|improve this answer
Thanks, appreciate the links. – Sabuncu Nov 28 '10 at 20:04
feedback

Your Answer

 
or
required, but never shown

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