PopOut

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

什么是PopOut?

PopOut是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.”。

扩展截图

screenshot
screenshot

下载PopOut扩展crx文件

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

扩展使用说明

                        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!                    

扩展基本信息

名称 PopOut PopOut
ID pepmkldcbobcclmpplfpbllopdkipnnd
官方URL https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd
简介 Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
文件大小 5.66 KB
安装次数 111
当前版本 1.0
更新时间 2014-04-11
上架时间 2014-04-11
评分 3.86/5 共7次评分
开发者 Unknown
付费类型 free
支持的语言 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"
    }
}