Recent Tab Switcher Firefox

Examine source code of Recent Tab Switcher

제작자: 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"
    }
  }
}

최고의 Recent Tab Switcher 대안

다음은 Recent Tab Switcher과(와) 유사한 Firefox add-on입니다: