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

Was ist Tab Out!?

Tab Out! ist eine Chrome-Erweiterung, die von http://www.shidel.com entwickelt wurde, und ihr Hauptmerkmal ist "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.…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Tab Out!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Out!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tab Out! Tab Out!
ID kkbmchfmigdklofchjpofhhacnddaojk
Offizielle URL https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk
Beschreibung 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.…
Dateigröße 14.69 KB
Installationsanzahl 456
Aktuelle Version 1.2.7
Letztes Update 2013-12-16
Veröffentlichungsdatum 2013-12-16
Bewertung 3.62/5 Insgesamt 13 Bewertungen
Entwickler http://www.shidel.com
Zahlungsart free
Erweiterungswebsite http://www.shidel.com
Unterstützte Sprachen 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
}