MoveTab

A chrome extension that helps you move your tabs from one window to another without dragging and dropping.

Что такое MoveTab?

MoveTab - это расширение Chrome, разработанное sawjax, и его основная функция - "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.".

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

screenshot

Скачать файл CRX расширения MoveTab

Скачайте файлы расширений MoveTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Ever tried moving a chrome tab to another window while its minimised or on another desktop, all the while having to drag it and find the right focus on the right window? Annoying isn't it? 

MoveTab solves that problem by helping you move tabs in two steps. 
1. Go to the tab you want to move and click on MoveTab. 
2. Go to the window where you want it and click on MoveTab again.

It's that simple!                    

Основная информация о расширении

Название MoveTab MoveTab
ID jokbmfhbamgbbjglhcphlpkcklpbceid
Официальный URL https://chromewebstore.google.com/detail/movetab/jokbmfhbamgbbjglhcphlpkcklpbceid
Описание A chrome extension that helps you move your tabs from one window to another without dragging and dropping.
Размер файла 29.04 KB
Количество установок 149
Текущая Версия 1.0
Последнее Обновление 2014-09-01
Дата публикации 2014-09-01
Рейтинг 4.92/5 Всего 12 оценок
Разработчик sawjax
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoveTab",
    "description": "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Move this tab",
        "default_icon": {
            "19": "icons\/icon19in.png",
            "38": "icons\/icon38in.png"
        }
    },
    "manifest_version": 2
}