Sessions (Sidebar) Firefox

Examine source code of Sessions (Sidebar)

Inspect and view changes in Sessions (Sidebar) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sessions (Sidebar)",
  "version": "1.3",
  "description": "Save tabs and restore them from text file",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "tabs",
    "downloads"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Sessions"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "sidebar_action": {
    "default_title": "Sessions",
    "default_panel": "sidebar.html",
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4908fd7d-2bdc-4036-89ff-9da0c23fc06d}"
    }
  }
}

Best Sessions (Sidebar) Alternatives

Here are some Firefox add-ons that are similar to Sessions (Sidebar):