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.…
Hvad er Tab Out!?
Tab Out! er en Chrome-udvidelse udviklet af http://www.shidel.com, og dens hovedfunktion er "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.…".
Udvidelsesskærmbilleder
Download Tab Out!-udvidelses-CRX-fil
Download Tab Out!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | kkbmchfmigdklofchjpofhhacnddaojk |
Officiel URL | https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk |
Beskrivelse | 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.… |
Filstørrelse | 14.69 KB |
Antal Installationer | 456 |
Nuværende Version | 1.2.7 |
Senest Opdateret | 2013-12-16 |
Udgivelsesdato | 2013-12-16 |
Bedømmelse | 3.62/5 Samlet 13 Bedømmelser |
Udvikler | http://www.shidel.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.shidel.com |
Understøttede Sprog | 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 } |