Tab Move To Side Screen

Moving tabs with a shortcut.

Tab Move To Side Screenとは何ですか?

Tab Move To Side ScreenはFurkan Gündelによって開発されたChromeの拡張機能で、その主な機能は「Moving tabs with a shortcut.」です。

拡張機能のスクリーンショット

Tab Move To Side Screen拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This chrome extension is making it possible the move the Chrome tab to another Chrome window just with an adjustable shortcut "Alt + M". (comes handy if you use two seperate Chrome windows with two monitors)

When you want to move you tab to the last active chrome window you just need to press "Alt + M" and it is done for you.

You can adjust the shortcut as you like from the shortcuts menu of this panel chrome://extensions/shortcuts.                    

拡張機能の基本情報

名前 Tab Move To Side Screen Tab Move To Side Screen
ID eniblinanabobmaigjnenpajhhcccmgp
公式URL https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp
説明 Moving tabs with a shortcut.
ファイルサイズ 3.95 KB
インストール数 64
現在のバージョン 1.2
最終更新日 2021-09-29
公開日 2021-09-02
評価 5.00/5 合計 2 レビュー
開発者 Furkan Gündel
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Move To Side Screen",
    "description": "Moving tabs with a shortcut.",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "move": {
            "suggested_key": "Alt+M",
            "description": "Move Tab"
        }
    }
}