Pop Out

Convert tabs into popup windows and back

What is Pop Out?

Pop Out is a Chrome extension developed by tbodt, and its main feature is "Convert tabs into popup windows and back".

Extension Screenshots

screenshot

Download Pop Out Extension CRX File

Download Pop Out 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

                        Turn tabs into popup windows with no toolbars in the way!

Use the item in the context menu to turn a tab into a popup window, and to turn that popup window back into a tab. You can also click the toolbar icon.                    

Extension Basic Information

Name Pop Out Pop Out
ID goefeknijkeibgadbapihfkliobeoglp
Official URL https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp
Description Convert tabs into popup windows and back
File Size 12.7 KB
Installation Count 319
Current Version 1.0.1
Last Updated 2020-06-11
Publish Date 2020-06-11
Developer tbodt
Payment Type free
Extension Website https://github.com/tbodt/pop-out/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop Out",
    "description": "Convert tabs into popup windows and back",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "36": "icons\/icon36.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "contextMenus"
    ]
}