Tab Uncloser Firefox

Examine source code of Tab Uncloser

Inspect and view changes in Tab Uncloser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Uncloser",
  "version": "0.2.1",
  "description": "Undo tab close with a customizable keyboard shortcut.",
  "icons": {
    "48": "icon.svg"
  },
  "commands": {
    "undo-close-session": {
      "suggested_key": {
        "default": "Ctrl+Z"
      },
      "description": "Send a 'undo-close-session' event to the extension"
    }
  },
  "permissions": [
    "sessions",
    "menus",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "{11790275-6684-4dd9-b462-6adac73094c5}"
    }
  }
}

Best Tab Uncloser Alternatives

Here are some Firefox add-ons that are similar to Tab Uncloser: