Arrow Mover Firefox

Examine source code of Arrow Mover

By: Mahauni Add-on
Inspect and view changes in Arrow Mover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Arrow Mover",
  "version": "1.0",
  "description": "Switch between tabs with Ctrl+Alt+Left and Ctrl+Alt+Right. No setup, no data collection — just move through your tabs with the arrow keys.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "arrow-mover@mahauni",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "next-tab": {
      "suggested_key": {
        "default": "Ctrl+Alt+Right"
      },
      "description": "Switch to the next tab"
    },
    "prev-tab": {
      "suggested_key": {
        "default": "Ctrl+Alt+Left"
      },
      "description": "Switch to the previous tab"
    }
  }
}

Best Arrow Mover Alternatives

Here are some Firefox add-ons that are similar to Arrow Mover: