KTabSwitcher Firefox

Examine source code of KTabSwitcher

By: Katze
Inspect and view changes in KTabSwitcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "KTabSwitcher",
  "version": "1.1",
  "description": "Search open tabs easily.",
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-popup": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Toggle popup"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ktabswitcher@yourname.dev",
      "strict_min_version": "109.0"
    }
  }
}

Best KTabSwitcher Alternatives

Here are some Firefox add-ons that are similar to KTabSwitcher: