PopOut

Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.

Что такое PopOut?

PopOut - это расширение Chrome, разработанное Unknown, и его основная функция - "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.".

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

screenshot
screenshot

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

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

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

                        PopOut
======
A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window.

Feel free to contact me at http://lpm.io/contact with any questions!                    

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

Название PopOut PopOut
ID pepmkldcbobcclmpplfpbllopdkipnnd
Официальный URL https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd
Описание Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
Размер файла 5.66 KB
Количество установок 111
Текущая Версия 1.0
Последнее Обновление 2014-04-11
Дата публикации 2014-04-11
Рейтинг 3.86/5 Всего 7 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PopOut",
    "short_name": "PopOut",
    "version": "1.0",
    "description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Pop out tabs to right"
    }
}