sienori / Tab-Session-Manager

WebExtensions for restoring and saving window / tab states
https://tab-session-manager.sienori.com/
Mozilla Public License 2.0
1.87k stars 182 forks source link

Cannot export. #1334

Closed freemedom closed 3 months ago

freemedom commented 3 months ago

Short description

chrome-extension://iaiomicjabeggjcfkbimgmglanimpnae/options/index.html#sessions image

image

Steps to reproduce

  1. Start browser with clean profile
  2. Install Tab Session Manager

Expected result

Actual result

Platform information

Additional context

freemedom commented 3 months ago
  type: "application/json"

})) : (0 == await t().runtime.getContexts({ contextTypes: ["OFFSCREEN_DOCUMENT"], documentUrls: [t().runtime.getURL("offscreen/index.html")] }) && await t().offscreen.createDocument({ url: "offscreen/index.html", reasons: ["BLOBS"], justification: "Use URL.createObjectURL" }),

sienori commented 3 months ago

Please use the latest version of Chrome. The chrome.runtime.getContexts used for export is only available in Chrome 116 or later.

freemedom commented 4 weeks ago

because of some troublesome compatibility reason, i don't want to upgrade the chrome version, so i find a method to manually export indexeddb. https://dfahlander.medium.com/export-indexeddb-from-a-web-app-using-devtools-62c55a8996a1