Undo Close Tab V2 Firefox

Examine source code of Undo Close Tab V2

Inspect and view changes in Undo Close Tab V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Undo Close Tab V2",
  "version": "1.3",
  "description": "Quickly reopen recently closed tabs from your browser.",
  "permissions": [
    "sessions",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Undo Close Tab",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "undo-last-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "mac": "Command+Shift+Z"
      },
      "description": "Undo last closed tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{17c7b253-bd6f-40ad-a752-0f965e2f3328}"
    }
  }
}

Best Undo Close Tab V2 Alternatives

Here are some Firefox add-ons that are similar to Undo Close Tab V2: