Firefox 和 Camino 本地存储/数据库

发布于 2024-10-21 15:55:47 字数 78 浏览 4 评论 0原文

我在网上搜索过,但找不到任何明确的答案。 Firefox 和 Camino 到底将 localStorage/Databases 保存到哪里?

Iv'e searched online, but can't find a definitive answer anywhere. Where exactly do Firefox, and Camino save there localStorage/Databases to?

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

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

发布评论

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

评论(2

不醒的梦 2024-10-28 15:55:47

Firefox 将所有网络存储数据存储在名为webappsstore.sqlite 位于您的个人资料目录中。

Firefox stores all web storage data in a SQLite database named webappsstore.sqlite located in your profile directory.

终遇你 2024-10-28 15:55:47

发现 sqlite 文件位于
/Users/[user_name]/Library/Application Support/Firefox/Profiles/[profile_name]/webappsstore.sqlite

您可以使用 SQLite Manager 来探索数据库。

Found sqlite file at
/Users/[user_name]/Library/Application Support/Firefox/Profiles/[profile_name]/webappsstore.sqlite

You can use SQLite Manager to explore the database.

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