LASTab

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

O que é LASTab?

LASTab é uma extensão do Chrome desenvolvida por Sam Larison, e sua principal característica é "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LASTab

Baixe arquivos de extensão LASTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LASTab LASTab
ID mjjejoceeofebhjldgahefongldeffha
URL Oficial https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha
Descrição Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
Tamanho do Arquivo 19.55 KB
Contagem de Instalações 254
Versão Atual 0.0.1.4
Última Atualização 2013-06-22
Data de Publicação 2013-06-22
Classificação 4.45/5 Total de 11 Avaliações
Desenvolvedor Sam Larison
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc
URL da Página de Política de Privacidade http://vidsbee.com/ColorPick/Privacy
Idiomas Suportados 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"
}