PopOut

PopOut

Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PopOut",
  "short_name": "PopOut",
  "version": "1.0",
  "description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Pop out tabs to right"
  }
}