move active tab left Firefox

Examine source code of move active tab left

By: t_w
Inspect and view changes in move active tab left source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "move active tab left",
  "description": "move active tab left",
  "version": "1.0.2",
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "js": [
        "pagescript.js"
      ]
    }
  ],
  "icons": {
    "48": "back48.png",
    "128": "back128.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best move active tab left Alternatives

Here are some Firefox add-ons that are similar to move active tab left: