Last Used Tab Firefox

Examine source code of Last Used Tab

Inspect and view changes in Last Used Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Last Used Tab",
  "version": "1.1",
  "author": "craftwar",
  "description": "Adds a keyboard shortcut and toolbar button to switch back to your last used tab. Useful to go back to your original tab after viewing and closing many tabs. The default shortcut is Control-shift-1 on Windows and Command-shift-1 on Mac.",
  "homepage_url": "https://github.com/craftwar/Last-Used-Tab",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "Last-Used-Tab_craftwar@github.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Change to the last used tab on this window"
    }
  },
  "browser_action": {
    "default_icon": {
      "64": "icon.png"
    }
  },
  "icons": {
    "64": "icon.png"
  }
}

Best Last Used Tab Alternatives

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