LASTab

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

Что такое LASTab?

LASTab - это расширение Chrome, разработанное Sam Larison, и его основная функция - "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения LASTab

Скачайте файлы расширений LASTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название LASTab LASTab
ID mjjejoceeofebhjldgahefongldeffha
Официальный URL https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha
Описание Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
Размер файла 19.55 KB
Количество установок 254
Текущая Версия 0.0.1.4
Последнее Обновление 2013-06-22
Дата публикации 2013-06-22
Рейтинг 4.45/5 Всего 11 оценок
Разработчик Sam Larison
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc
URL страницы политики конфиденциальности http://vidsbee.com/ColorPick/Privacy
Поддерживаемые языки 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"
}