Tab Move To Side Screen

Moving tabs with a shortcut.

Что такое Tab Move To Side Screen?

Tab Move To Side Screen - это расширение Chrome, разработанное Furkan Gündel, и его основная функция - "Moving tabs with a shortcut.".

Снимки экрана расширения

Скачать файл CRX расширения Tab Move To Side Screen

Скачайте файлы расширений 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"
        }
    }
}