Popout Tab

Popout a tab into its own self-contained window.

What is Popout Tab?

Popout Tab is a Chrome extension developed by Ey3cue, and its main feature is "Popout a tab into its own self-contained window.".

Extension Screenshots

screenshot

Download Popout Tab Extension CRX File

Download Popout Tab 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

                        Opens the current tab in a popout window. Reactivating will merge it back with the main window.                    

Extension Basic Information

Name Popout Tab Popout Tab
ID nlnicneebppdmbhknnbdnilmfkbonhec
Official URL https://chromewebstore.google.com/detail/popout-tab/nlnicneebppdmbhknnbdnilmfkbonhec
Description Popout a tab into its own self-contained window.
File Size 107 KB
Installation Count 126
Current Version 1.1.0
Last Updated 2019-06-23
Publish Date 2019-06-23
Rating 4.00/5 Total 2 Ratings
Developer Ey3cue
Payment Type free
Extension Website https://github.com/Ey3cue/popout-tab
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Popout Tab",
    "description": "Popout a tab into its own self-contained window.",
    "version": "1.1.0",
    "icons": {
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon32.png"
    },
    "commands": {
        "toggle_popout": {
            "description": "Popout current tab",
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            }
        }
    },
    "permissions": [
        "contextMenus"
    ]
}