chrome.sessions api指定了这三个函数
getRecentlyClosed − chrome.sessions.getRecentlyClosed( Filter filter, function callback)
getDevices − chrome.sessions.getDevices( Filter filter, function callback)
restore − chrome.sessions.restore(string sessionId, function callback)
但我发现无法检索会话ID以传递给chrome.sessions.restore函数。
如何获取当前会话ID以便将来恢复它?
我可以在历史记录中无限期地恢复会话,分别保存会话吗?