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
}