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.…

Co to jest Tab Out!?

Tab Out! to rozszerzenie Chrome opracowane przez http://www.shidel.com, a jego główną funkcją jest „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.…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tab Out!

Pobierz pliki rozszerzeń Tab Out! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Out! Tab Out!
ID kkbmchfmigdklofchjpofhhacnddaojk
Oficjalny URL https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk
Opis 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.…
Rozmiar pliku 14.69 KB
Liczba instalacji 456
Aktualna Wersja 1.2.7
Ostatnia Aktualizacja 2013-12-16
Data Publikacji 2013-12-16
Ocena 3.62/5 Łącznie 13 Oceny
Deweloper http://www.shidel.com
Typ Płatności free
Strona Rozszerzenia http://www.shidel.com
Obsługiwane Języki 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
}