Firefox 4 兼容扩展中的空默认 sqlite

发布于 2024-11-08 00:19:29 字数 205 浏览 0 评论 0原文

我想为我正在编写的 Firefox4 兼容扩展提供一种机制,以允许本地数据库(由我在 sqlite 中开发)最初创建/复制到配置文件文件夹。 在FF3.6中,很容易将空的sqlite db放入扩展的默认文件夹中并通过代码复制它,但现在扩展的内容似乎无法访问(扩展未解压,但xpi直接存储),我必须找到一个更好的方法。

你能帮助我吗?

谢谢,

利维奥

I would like to provide a mechanism for a Firefox4-compatible extension I'm writing, to allow a local DB (developed by me in sqlite) to be originally created/copied to the profile folder.
In FF3.6 it was easy putting the empty sqlite db in the extension's default folder and copying it by code, but now the content of the extension seems unaccessible (extension is not unpacked, but xpi is directly stored) and I have to find a better way.

Can you help me?

Thanks,

Livio

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

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

发布评论

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

评论(1

冷情妓 2024-11-15 00:19:29

您可以通过从指向的 chrome: 或资源: URL 创建下载来复制它您的扩展中的默认文件。

You can copy it by creating a download from a chrome: or resource: URL that points to your default file in your extension.

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