LASTab

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

Co to jest LASTab?

LASTab to rozszerzenie Chrome opracowane przez Sam Larison, a jego główną funkcją jest „Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LASTab

Pobierz pliki rozszerzeń LASTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LASTab LASTab
ID mjjejoceeofebhjldgahefongldeffha
Oficjalny URL https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha
Opis Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
Rozmiar pliku 19.55 KB
Liczba instalacji 254
Aktualna Wersja 0.0.1.4
Ostatnia Aktualizacja 2013-06-22
Data Publikacji 2013-06-22
Ocena 4.45/5 Łącznie 11 Oceny
Deweloper Sam Larison
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc
Adres URL Strony Polityki Prywatności http://vidsbee.com/ColorPick/Privacy
Obsługiwane Języki 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"
}