Open-as-Popup

Opens the current tab as a popup window.

什么是Open-as-Popup?

Open-as-Popup是由Thomas Mercurio开发的Chrome扩展程序,该扩展的主要功能是“Opens the current tab as a popup window.”。

扩展截图

screenshot
screenshot
screenshot

下载Open-as-Popup扩展crx文件

下载Open-as-Popup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Open-as-Popup Open-as-Popup
ID iabonpaolfcekbccbiginpdkhlcaeopd
官方URL https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd
简介 Opens the current tab as a popup window.
文件大小 6.89 KB
安装次数 4,977
当前版本 1.0
更新时间 2015-12-26
上架时间 2015-12-26
评分 4.80/5 共15次评分
开发者 Thomas Mercurio
付费类型 free
支持的语言 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"
    }
}