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
电子邮箱 [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"
        }
    }
}