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 - это расширение Chrome, разработанное Ivan Novikov, и его основная функция - "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".

Скачать файл CRX расширения Move tabs between windows

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