Move Tab to Another Window Firefox

Examine source code of Move Tab to Another Window

Inspect and view changes in Move Tab to Another 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 Another Window",
  "version": "1.0.2",
  "description": "Move a tab to another browser window or to a new window from the tab right-click menu.",
  "homepage_url": "https://github.com/svandragt/firefox-addon-move-tab-to-another-window",
  "browser_specific_settings": {
    "gecko": {
      "id": "move-tab-to-another-window@vandragt.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon96.png"
  }
}

Best Move Tab to Another Window Alternatives

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