Tab Wheel (Ctrl+E) Firefox

Examine source code of Tab Wheel (Ctrl+E)

Inspect and view changes in Tab Wheel (Ctrl+E) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Wheel (Ctrl+E)",
  "version": "1.3",
  "description": "Hold Ctrl+E to pick a tab in a radial wheel",
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "show-tab-wheel": {
      "suggested_key": {
        "default": "Ctrl+E"
      },
      "description": "Open the tab wheel"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-wheel.milanspiridonov@abv.bg"
    }
  }
}

Best Tab Wheel (Ctrl+E) Alternatives

Here are some Firefox add-ons that are similar to Tab Wheel (Ctrl+E):