Firefox 将一些数据添加到简单存储中
我正在学习如何制作 Firefox 扩展,并且完全感到困惑......所以我想我应该再次从基础开始。
您能否为我制作(或引导我创建)一个简单的骨架扩展,将“ryan”保存到 sqlite 存储中,以便即使在浏览器重新启动时也可以使用它?
从那里我想我可以开始修改它以运行仅存在于我脑海中的所有不同代码......并回答我自己的问题:))
谢谢! 瑞安
I am learning how to make firefox extensions and have gotten totally confused... so I thought I would start from the basics again.
Can you make me (or walk me through creating) a simple skeleton extension that saves "ryan" into sqlite storage, so that it is available even on the browser restart?
From there I think I can start modifying it to run all the different code that exists only in my head... and to answer my own questions :))
Thanks!
Ryan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 Addon SDK,这会更简单。
这将输出“正在存储!”第一次运行时,随后运行“ryan”。
This is even simpler if you use the Addon SDK.
This will output "Storing!" the first time it's run, and "ryan" subsequent times.