Time/Effort estimate to build a bookmark extension

Hey everyone,

I’m looking for help estimating the development time/effort required to create an extension that would: 1. Open the bookmark toolbar, 2. Add certain bookmarks, and possibly 3. Configure some of the browser options (ex: add x website as a security exception.)

Thank you in advance for your feedback,

It shouldn’t be too long, opening the bookmark toolbar is as easy CustomizableUI.setToolbarVisibility("PersonalToolbar", true) but not for perosnaltoolbar probably for bookmarks id.

Adding book marks shouldn’t be hard.

Here are some bookmark related topics:
http://stackoverflow.com/questions/22592343/extension-components-to-get-visit-count-in-firefoxs-history-and-bookmarks/22596715#22596715

http://stackoverflow.com/search?q=[firefox-addon]+bookmark