Move Tabs Firefox

Examine source code of Move Tabs

Inspect and view changes in Move Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.0.3resigned1",
  "name": "Move Tabs",
  "short_name": "Move Tabs",
  "manifest_version": 2,
  "description": "Move tabs around",
  "author": "Moti Korets",
  "icons": {
    "16": "img/128.b.png",
    "48": "img/128.b.png",
    "128": "img/128.b.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs"
  ],
  "commands": {
    "move-left": {
      "suggested_key": {
        "default": "Ctrl+Shift+Left",
        "mac": "MacCtrl+Shift+Left"
      },
      "description": "Move tab to the left"
    },
    "move-right": {
      "suggested_key": {
        "default": "Ctrl+Shift+Right",
        "mac": "MacCtrl+Shift+Right"
      },
      "description": "Move tab to the right"
    },
    "move-first": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "MacCtrl+Shift+1"
      },
      "description": "Move tab to the first spot"
    },
    "move-last": {
      "suggested_key": {
        "default": "Ctrl+Shift+9",
        "mac": "MacCtrl+Shift+9"
      },
      "description": "Move tab to the last"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cb327223-fe49-4d02-8233-134198263b81}"
    }
  }
}

Best Move Tabs Alternatives

Here are some Firefox add-ons that are similar to Move Tabs: