Move Tab To Window Firefox

Examine source code of Move Tab To Window

By: sxlxc Add-on
Inspect and view changes in Move Tab To 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 Window",
  "version": "1.0.0",
  "description": "Adds a tab context menu to move selected tabs to another open window.",
  "permissions": [
    "menus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "move-tab-to-window@sxlxc",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Move Tab To Window Alternatives

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