Google Chrome 扩展程序有什么方法可以增加本地存储空间吗?
我认为 HTML5 本地存储每个域最多可以存储 5MB。 Google Chrome 扩展程序可以指定域来增加存储空间吗?
I think HTML5 local storage can store a maximum of 5MB per domain. Can a Google Chrome extension specify a domain for an increase in storage?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能在清单中为扩展程序的存储请求无限空间,属于其他域的存储无法更改:
(更多信息)
You can only request unlimited space for extension's storage in the manifest, storages that belong to other domains cannot be changed:
(more info)