Save Edge Tabs For Later

Save Edge Tabs For Later

Set aside your currently open tabs to quickly reopen them later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Save Edge Tabs For Later",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Set aside your currently open tabs to quickly reopen them later.",
  "permissions": [
    "tabs",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "https://save-chrome-tabs-for-later.herokuapp.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/icon-128.png"
    }
  },
  "icons": {
    "128": "images/icon-128.png"
  }
}