LASTab

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

Wat is LASTab?

LASTab is een Chrome-extensie ontwikkeld door Sam Larison, en de belangrijkste functie is "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LASTab

Download LASTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LASTab LASTab
ID mjjejoceeofebhjldgahefongldeffha
Officiële URL https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha
Beschrijving Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
Bestandsgrootte 19.55 KB
Aantal Installaties 254
Huidige Versie 0.0.1.4
Laatst Bijgewerkt 2013-06-22
Publicatiedatum 2013-06-22
Beoordeling 4.45/5 Totaal 11 Beoordelingen
Ontwikkelaar Sam Larison
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc
URL van de Privacybeleid Pagina http://vidsbee.com/ColorPick/Privacy
Ondersteunde Talen 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"
}