Detach Current Tab Firefox

Examine source code of Detach Current Tab

Inspect and view changes in Detach Current Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Detach Tab",
  "version": "3.1.0",
  "description": "Detach and reattach tabs with customizable keyboard shortcuts.",
  "developer": {
    "name": "Claymont",
    "url": "https://github.com/Claymont/detach-tab"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "detach-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+Space"
      },
      "description": "Detach active tab into its own window"
    },
    "reattach-tab": {
      "suggested_key": {
        "default": "Ctrl+Alt+Space"
      },
      "description": "Reattach last detached tab to its original window"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "detach-tab@nasreddin",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Detach Current Tab Alternatives

Here are some Firefox add-ons that are similar to Detach Current Tab: