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
官方網址 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
電子郵箱 [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"
        }
    }
}