Recent Tab Switcher Firefox

Examine source code of Recent Tab Switcher

Por: Naruto
Inspect and view changes in Recent Tab Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Recent Tab Switcher",
  "version": "1.0",
  "description": "Switch to your most recent tab with a shortcut.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "switch-tab": {
      "suggested_key": {
        "default": "Alt+Q"
      },
      "description": "Switch to previously active tab"
    }
  },
  "browser_action": {
    "default_title": "Recent Tab Switcher"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "recent-tab-switcher@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Mejores alternativas Recent Tab Switcher

Aquí hay algunas Firefox add-ons que son similares a Recent Tab Switcher: