LASTab

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

Was ist LASTab?

LASTab ist eine Chrome-Erweiterung, die von Sam Larison entwickelt wurde, und ihr Hauptmerkmal ist "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.".

Erweiterungsscreenshots

screenshot

LASTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie LASTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LASTab LASTab
ID mjjejoceeofebhjldgahefongldeffha
Offizielle URL https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha
Beschreibung Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
Dateigröße 19.55 KB
Installationsanzahl 254
Aktuelle Version 0.0.1.4
Letztes Update 2013-06-22
Veröffentlichungsdatum 2013-06-22
Bewertung 4.45/5 Insgesamt 11 Bewertungen
Entwickler Sam Larison
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc
URL der Datenschutzrichtlinien-Seite http://vidsbee.com/ColorPick/Privacy
Unterstützte Sprachen 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"
}