LASTab
Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
¿Qué es LASTab?
LASTab es una extensión de Chrome desarrollada por Sam Larison, y su función principal es "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión LASTab
Descarga archivos de extensión LASTab 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
Automatically selects the previously selected tab if you switch to a tab, and then close it. No longer will you be left at some random consecutive tab. Also works if you detach a tab from the current window you will return to your previous tab instead of next to the one you removed, Especially useful when you have so many tabs that you must view them before close, and you happen to guess right about which one to close, only to get lost in a sea of unlabeled tabs, forced to find which one you were just on.... well... not anymore.... If you need to manage more than just one previous tab try my other extension LasTabZ linked below.
Información Básica de la Extensión
Nombre | |
ID | mjjejoceeofebhjldgahefongldeffha |
URL Oficial | https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha |
Descripción | Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed. |
Tamaño del Archivo | 19.55 KB |
Cantidad de Instalaciones | 254 |
Versión Actual | 0.0.1.4 |
Última Actualización | 2013-06-22 |
Fecha de Publicación | 2013-06-22 |
Calificación | 4.45/5 Total de 11 Calificaciones |
Desarrollador | Sam Larison |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc |
URL de la Página de Política de Privacidad | http://vidsbee.com/ColorPick/Privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.", "name": "LASTab", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "version": "0.0.1.4" } |