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입니다: