开发者

how can i code an addon to read firefox bookmarks

开发者 https://www.devze.com 2023-01-25 23:15 出处:网络
I\'m familiar with basic FF addon development and have cre开发者_开发百科ated a \"test\" toolbar button. Now when I click on this button I want my addon to read FF bookmarks. As simple as that.

I'm familiar with basic FF addon development and have cre开发者_开发百科ated a "test" toolbar button. Now when I click on this button I want my addon to read FF bookmarks. As simple as that.

Now I've spent 3 days. Have read uncountable tutorials, forums and blogs. Have gone through official FF addon development tutorials, but its a big mess. I'm not sure where to look for this info.

All I need is the API references of the methods/functions which can be called from inside an addon code to read FF bookmarks...


https://developer.mozilla.org/En/Code_snippets/Bookmarks


For Firefox 3:

https://developer.mozilla.org/en/Places

Its not that hard. The hardest part is probably finding out where the sql lite database is located on users computer.

0

精彩评论

暂无评论...
验证码 换一张
取 消