PopOut

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

What is PopOut?

PopOut is a Chrome extension developed by Unknown, and its main feature is "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.".

Extension Screenshots

screenshot
screenshot

Download PopOut Extension CRX File

Download PopOut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        PopOut
======
A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window.

Feel free to contact me at http://lpm.io/contact with any questions!                    

Extension Basic Information

Name PopOut PopOut
ID pepmkldcbobcclmpplfpbllopdkipnnd
Official URL https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd
Description Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
File Size 5.66 KB
Installation Count 111
Current Version 1.0
Last Updated 2014-04-11
Publish Date 2014-04-11
Rating 3.86/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
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"
    }
}