Move tab to new window

Move the current tab into a new window

什么是Move tab to new window?

Move tab to new window是由Chimera开发的Chrome扩展程序,该扩展的主要功能是“Move the current tab into a new window”。

下载Move tab to new window扩展crx文件

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

扩展使用说明

                        Move a tab into its own window. You can bind a shortcut key to this action, allowing you to put a tab in a new window, without taking your hands off the keyboard.

Source code available here: https://github.com/tvdv/Tab2NewWnd                    

扩展基本信息

名称 Move tab to new window Move tab to new window
ID oakjilaellnhaoahkkmafkifjaoommam
官方URL https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam
简介 Move the current tab into a new window
文件大小 4.42 KB
安装次数 80
当前版本 0.1.0.0
更新时间 2014-04-18
上架时间 2014-04-18
评分 5.00/5 共5次评分
开发者 Chimera
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Move tab to new window",
    "version": "0.1.0.0",
    "description": "Move the current tab into a new window",
    "short_name": "TabToNewWnd",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "newWnd.png",
        "default_title": "Move tab to a new Window"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}