Simple TabSave Firefox

Examine source code of Simple TabSave

Inspect and view changes in Simple TabSave source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TabSave Extension",
  "version": "2.0",
  "description": "Save and restore the tabs of a window, or a snapshot of every window, on demand or on a timer. Everything stays in your browser.",
  "permissions": [
    "alarms",
    "tabs",
    "contextualIdentities",
    "cookies",
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.svg",
      "32": "icon.svg",
      "48": "icon.svg",
      "128": "icon.svg"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{79f6a692-ef23-4782-af92-6d468c9c0501}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Simple TabSave Alternatives

Here are some Firefox add-ons that are similar to Simple TabSave: