Firefox 将当前打开的选项卡保存在磁盘的什么位置
Where does Firefox save currently open tabs on disk
例如 Chrome 保存在这里:~Library/Application Support/Google/Chrome/Default/Current Tabs
和 Safari 保存在这里 ~/Library/Safari/LastSession.plist
。火狐呢?我找到了这个文件夹 ~/Library/Application Support/Firefox/Profiles/sewzwkcf.default
,但找不到正确的文件。
从版本 33 开始,Firefox 将打开的会话保存在 /sessionstore-backups/recovery.js
,里面
你的Profile Folder。
Yoric 在 this blog post 中说:
• sessionstore-backups/recovery.js
contains the state of Firefox ≤ 15 seconds before the latest shutdown or crash...
...
All these files use the JSON format.
您可以在一个文件中查看所有打开的标签页、windows 和会话信息,每隔几秒更新一次。
例如 Chrome 保存在这里:~Library/Application Support/Google/Chrome/Default/Current Tabs
和 Safari 保存在这里 ~/Library/Safari/LastSession.plist
。火狐呢?我找到了这个文件夹 ~/Library/Application Support/Firefox/Profiles/sewzwkcf.default
,但找不到正确的文件。
从版本 33 开始,Firefox 将打开的会话保存在 /sessionstore-backups/recovery.js
,里面
你的Profile Folder。
Yoric 在 this blog post 中说:
• sessionstore-backups/recovery.js
contains the state of Firefox ≤ 15 seconds before the latest shutdown or crash...
...
All these files use the JSON format.
您可以在一个文件中查看所有打开的标签页、windows 和会话信息,每隔几秒更新一次。