LASTab

Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.

Cos'è LASTab?

LASTab è un'estensione di Chrome sviluppata da Sam Larison, e la sua funzione principale è "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LASTab

Scarica i file di estensione LASTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LASTab LASTab
ID mjjejoceeofebhjldgahefongldeffha
URL Ufficiale https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha
Descrizione Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
Dimensione del File 19.55 KB
Conteggio Installazioni 254
Versione Corrente 0.0.1.4
Ultimo Aggiornamento 2013-06-22
Data di Pubblicazione 2013-06-22
Valutazione 4.45/5 Totale 11 Valutazioni
Sviluppatore Sam Larison
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc
URL della Pagina della Politica sulla Privacy http://vidsbee.com/ColorPick/Privacy
Lingue Supportate 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"
}