Move tabs between windows

Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.

Move tabs between windowsとは何ですか?

Move tabs between windowsはIvan Novikovによって開発されたChromeの拡張機能で、その主な機能は「Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.」です。

Move tabs between windows拡張機能のCRXファイルをダウンロード

Move tabs between windows拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs:

— To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key.

— To select a range of tabs, click tab handles while holding down the Shift key.

Source code: https://github.com/ivan7237d/move-tabs                    

拡張機能の基本情報

名前 Move tabs between windows Move tabs between windows
ID dcgkknngicjdagcjljfbhgdimlfhafag
公式URL https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag
説明 Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
ファイルサイズ 3.54 KB
インストール数 216
現在のバージョン 1.0
最終更新日 2016-11-08
公開日 2016-11-08
評価 4.83/5 合計 6 レビュー
開発者 Ivan Novikov
支払い方法 free
拡張機能のウェブサイト https://twitter.com/ivan7237d
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Move tabs between windows",
    "version": "1.0",
    "description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Move tabs to another window"
    }
}