Open-as-Popup

Opens the current tab as a popup window.

What is Open-as-Popup?

Open-as-Popup is a Chrome extension developed by Thomas Mercurio, and its main feature is "Opens the current tab as a popup window.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Open-as-Popup Extension CRX File

Download Open-as-Popup 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

                        This extension is very simple: it provides a button to open the current tab as a popup window. The tab will be closed, and a popup window - that is, a window without tabs or a URL bar - will be opened to the same address.                    

Extension Basic Information

Name Open-as-Popup Open-as-Popup
ID iabonpaolfcekbccbiginpdkhlcaeopd
Official URL https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd
Description Opens the current tab as a popup window.
File Size 6.89 KB
Installation Count 4,977
Current Version 1.0
Last Updated 2015-12-26
Publish Date 2015-12-26
Rating 4.80/5 Total 15 Ratings
Developer Thomas Mercurio
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open-as-Popup",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Open the current tab as a popup window."
    },
    "description": "Opens the current tab as a popup window.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}