Move Tab to Next Window Firefox

Examine source code of Move Tab to Next Window

Inspect and view changes in Move Tab to Next Window source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Move Tab to Next Window",
  "version": "1.2.0",
  "description": "One-click to move a tab to the next window from a button or tab context menu",
  "homepage_url": "https://github.com/rshev/MoveTabToNextWindow",
  "permissions": [
    "menus"
  ],
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "icons": {
    "48": "icon-dark.svg",
    "96": "icon-dark.svg"
  },
  "browser_action": {
    "default_title": "Move Tab to Next Window",
    "default_icon": "icon-dark.svg",
    "theme_icons": [
      {
        "dark": "icon-dark.svg",
        "light": "icon-light.svg",
        "size": 16
      },
      {
        "dark": "icon-dark.svg",
        "light": "icon-light.svg",
        "size": 32
      }
    ]
  },
  "commands": {
    "move-tab": {
      "description": "Move Tab to Next Window"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3d4bf112-e248-40cb-89a5-00bbace3e56f}"
    }
  }
}

Best Move Tab to Next Window Alternatives

Here are some Firefox add-ons that are similar to Move Tab to Next Window: