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
官方網址 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
}