文件浏览器访问 Chrome 的沙盒文件系统

发布于 2024-11-26 05:01:47 字数 233 浏览 2 评论 0原文

我正在编写一个 Google Chrome 应用程序,它使用 HTML5 文件系统 API 在本地存储内容。有什么方法可以使用 Windows 资源管理器访问 Chrome 存储这些文件的目录,还是完全虚拟且无法从应用程序外部访问?我无法通过浏览找到该目录,也没有在网上看到任何关于它的参考。

我想我可以在应用程序中编写一些内容,以允许我对应用程序存储的文件进行 GUI 管理,或者仅使用开发人员控制台,但使用 WE 确实可以节省时间。

I'm writing a Google Chrome app that stores things locally with the HTML5 FileSystem API. Is there any way to use Windows Explorer to get to the directory where Chrome stores these files or is it entirely virtual and inaccessible from outside the app? I haven't been able to find the directory by poking around nor have I seen any reference online to it.

I suppose I could just write something within the app to allow me GUI management of the files my app stores or just use the developer console, but it would really be a time saver to use WE.

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

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

发布评论

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

评论(1

与往事干杯 2024-12-03 05:01:47

没关系,我刚刚找到了。对于任何人来说,它位于(至少在我的 Windows 7 机器上)

C:\Users\ user \AppData\Local\Google\Chrome\User Data\Default\File System

另请注意,这是在Chrome 11、Chrome 13 对文件系统进行了一些更改(可能是出于安全考虑),这使得通过滚动 Chrome 的 AppData 空间中的文件来查找特定文件变得非常困难。

Nevermind, I just found it. For anyone looking, it's in (on my windows 7 machine at least)

C:\Users\ user \AppData\Local\Google\Chrome\User Data\Default\File System

Also note that this was in Chrome 11, in Chrome 13 there were some changes to the FileSystem (probably for security) that make it very difficult to find specific files by scrolling through the files in Chrome's AppData space.

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