我如何编写一个插件来读取 Firefox 书签

发布于 2024-10-04 02:52:35 字数 211 浏览 5 评论 0原文

我熟悉基本的 FF 插件开发,并创建了一个“测试”工具栏按钮。现在,当我单击此按钮时,我希望我的插件能够读取 FF 书签。就这么简单。

现在我已经花了3天了。阅读过无数的教程、论坛和博客。已经完成了官方的 FF 插件开发教程,但内容很混乱。我不知道在哪里可以找到这些信息。

我所需要的只是方法/函数的 API 引用,可以从插件代码内部调用这些方法/函数来读取 FF 书签...

I'm familiar with basic FF addon development and have created 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...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

送你一个梦 2024-10-11 02:52:35

对于 Firefox 3:

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

这并不难。最困难的部分可能是找出 sql lite 数据库位于用户计算机上的位置。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文