Detach Tab: Button, Menu & Shortcut Key Firefox

Examine source code of Detach Tab: Button, Menu & Shortcut Key

Inspect and view changes in Detach Tab: Button, Menu & Shortcut Key source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Detach Tab Button",
  "version": "1.10",
  "description": "Detach the current tab from a toolbar button or the tab's right-click menu.",
  "author": "Dan Caprine",
  "icons": {
    "32": "icons/detach_tab_icon_32.png",
    "48": "icons/detach_tab_icon_48.png",
    "64": "icons/detach_tab_icon_64.png",
    "96": "icons/detach_tab_icon_96.png",
    "128": "icons/detach_tab_icon_128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/detach_tab_icon_32.png",
      "48": "icons/detach_tab_icon_48.png",
      "64": "icons/detach_tab_icon_64.png",
      "96": "icons/detach_tab_icon_96.png",
      "128": "icons/detach_tab_icon_128.png"
    },
    "default_title": "Detach Tab"
  },
  "commands": {
    "detach-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+Space"
      },
      "description": "Detach the currently active tab."
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8dc9faa5-9e51-4126-bec1-4c147975d42c}"
    }
  }
}

Melhores alternativas Detach Tab: Button, Menu & Shortcut Key

Aqui estão algumas Firefox add-ons que são similares a Detach Tab: Button, Menu & Shortcut Key: