Tab arrow switcher Firefox

Examine source code of Tab arrow switcher

Inspect and view changes in Tab arrow switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Tab arrow switcher",
  "description": "Switch tab with Ctrl + Arrow keys",
  "version": "1.0.1",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "tabarrowswitcher@lulonaut",
      "strict_min_version": "90.0"
    }
  },
  "commands": {
    "tab-left": {
      "suggested_key": {
        "default": "Ctrl+Left"
      },
      "description": "Switch to the left tab"
    },
    "tab-right": {
      "suggested_key": {
        "default": "Ctrl+Right"
      },
      "description": "Switch to the right tab"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Tab arrow switcher Alternatives

Here are some Firefox add-ons that are similar to Tab arrow switcher: