Session er Firefox

Examine source code of Session er

Inspect and view changes in Session er source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Session Saver",
  "version": "1.0.0",
  "description": "Save and restore all open tabs manually with one click.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Session Saver",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "session-saver-addon@example.com",
      "strict_min_version": "78.0"
    }
  }
}

Best Session er Alternatives

Here are some Firefox add-ons that are similar to Session er: