Tab Eject Firefox

Examine source code of Tab Eject

提供元: Nathan Shelly
Inspect and view changes in Tab Eject source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Eject",
  "version": "0.0.1",
  "description": "A simple tool to pop the current tab out to a new window via user-customizable shortcut (defaults to Ctrl-Shift-w)",
  "homepage_url": "https://github.com/natasha-codes/firefox-tab-eject",
  "applications": {
    "gecko": {
      "id": "@firefox-tab-eject"
    }
  },
  "background": {
    "scripts": [
      "build/ejecter.js"
    ]
  },
  "commands": {
    "eject-current-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      },
      "description": "Send an 'eject-current-tab' event"
    }
  }
}

ベストのTab Eject代替案

Tab Ejectに類似したFirefox add-onをいくつか紹介します: