Last Tab Switcher Firefox

Examine source code of Last Tab Switcher

Inspect and view changes in Last Tab Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Last Tab Switcher",
  "version": "1.0",
  "description": "Quickly switch to the last active tab using a keyboard shortcut. Handy when your Ctrl+Tab is setup to handle cycling of tabs in sequence rather than by last used.",
  "icons": {
    "24": "icons/switcher_24.png",
    "48": "icons/switcher_48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "last-tab-switcher@arkni8.com",
      "strict_min_version": "60.0"
    }
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "commands": {
    "switch-to-last-tab": {
      "suggested_key": {
        "default": "Alt+Z"
      },
      "description": "Switch to the last active tab"
    }
  }
}

Best Last Tab Switcher Alternatives

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