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.…
¿Qué es Tab Out!?
Tab Out! es una extensión de Chrome desarrollada por http://www.shidel.com, y su función principal es "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.…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tab Out!
Descarga archivos de extensión Tab Out! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | kkbmchfmigdklofchjpofhhacnddaojk |
URL Oficial | https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk |
Descripción | 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.… |
Tamaño del Archivo | 14.69 KB |
Cantidad de Instalaciones | 456 |
Versión Actual | 1.2.7 |
Última Actualización | 2013-12-16 |
Fecha de Publicación | 2013-12-16 |
Calificación | 3.62/5 Total de 13 Calificaciones |
Desarrollador | http://www.shidel.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.shidel.com |
Idiomas Soportados | 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 } |