Tab Out!

Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…

Что такое Tab Out!?

Tab Out! - это расширение Chrome, разработанное http://www.shidel.com, и его основная функция - "Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tab Out! is a simple but empowering extension for chrome.  Tab Out! frees you from the mess of tabs that we all get ourselves into.  It allows you to close all of your tabs, while saving the session in Tab Out! for future use.  You can restore them all or just one at a time.  Also, keep quick links to favorites and setups that you use often.                    

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

Название Tab Out! Tab Out!
ID kkbmchfmigdklofchjpofhhacnddaojk
Официальный URL https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk
Описание Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…
Размер файла 14.69 KB
Количество установок 456
Текущая Версия 1.2.7
Последнее Обновление 2013-12-16
Дата публикации 2013-12-16
Рейтинг 3.62/5 Всего 13 оценок
Разработчик http://www.shidel.com
Тип оплаты free
Официальный сайт расширения http://www.shidel.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Out!",
    "version": "1.2.7",
    "discription": "chrome extension which manages tabs-- allows the closing of all tabs and saves the session to be restored later.",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icontab.png",
        "default_title": "Tab Out!",
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}