如何在插件中使用 Firefox 首选项作为数组?

发布于 2024-12-17 11:18:09 字数 120 浏览 0 评论 0原文

我一直在整个互联网上搜索一种使用 Firefox 的偏好引擎将数组存储在插件中的方法。我尝试构建的扩展需要维护一个数组映射,每个条目包含 2 个值,但在扩展中手动编码非常困难。我想知道是否有新的 API 或模块可以创建该功能。

I've been searching throughout the internet for a way to use firefox's preference engine to store arrays in an addon. The extension I am trying to build would need to maintain an array map, with each entry containing 2 values, but it is extremely hard to manually code that in the extension. I was wondering if anyone new of either an API or module that can create that functionality.

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

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

发布评论

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

评论(2

眉目亦如画i 2024-12-24 11:18:09

我建议您将数组编码为 JSON 并将 JSON 字符串存储在首选项中。

I suggest you encode the array as JSON and store the JSON string in the preference.

巨坚强 2024-12-24 11:18:09

我现在使用 JSON 对我的许多附加首选项进行编码。首选项中的琴弦长度不会影响性能。这是一个很好的方法来准确地完成您想要做的事情。

I'm using JSON to encode a lot of my add-on preferences now. There is no performance hit for the length of your strings in the preferences. It's a great way to do exactly what you are trying to do.

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