Jump-Kick: Quick Tab Switcher Firefox

Examine source code of Jump-Kick: Quick Tab Switcher

Inspect and view changes in Jump-Kick: Quick Tab Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Jump Kick",
  "version": "2.0",
  "description": "Quickly jump between open tabs with fuzzy keyboard search",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "search"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "jump-kick: Quick Tab Switcher",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    }
  },
  "commands": {
    "open-tab-switcher": {
      "suggested_key": {
        "mac": "Command+Shift+Space",
        "default": "Ctrl+Shift+Space"
      },
      "description": "Quick tab switcher"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "homepage_url": "https://github.com/gsluthra/jump-kick",
  "browser_specific_settings": {
    "gecko": {
      "id": "jump-kick@addon",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Jump-Kick: Quick Tab Switcher Alternatives

Here are some Firefox add-ons that are similar to Jump-Kick: Quick Tab Switcher: