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

Vad är Tab Out!?

Tab Out! är en Chrome-tillägg utvecklad av http://www.shidel.com, och dess huvudfunktion är "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.…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Tab Out!-förlängningens CRX-fil

Ladda ner Tab Out!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tab Out! Tab Out!
ID kkbmchfmigdklofchjpofhhacnddaojk
Officiell webbadress https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk
Beskrivning 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.…
Filstorlek 14.69 KB
Antal Installationer 456
Aktuell Version 1.2.7
Senast Uppdaterad 2013-12-16
Publiceringsdatum 2013-12-16
Betyg 3.62/5 Totalt 13 Betyg
Utvecklare http://www.shidel.com
Betalningssätt free
Tilläggswebbplats http://www.shidel.com
Stödda Språk 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
}