Sessions (Sidebar) Firefox

Examine source code of Sessions (Sidebar)

Por: wencong.c
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}"
    }
  }
}

Mejores alternativas Sessions (Sidebar)

Aquí hay algunas Firefox add-ons que son similares a Sessions (Sidebar):