Keep Last Two Tabs

This extension keep last two tabs to prevent Chrome quits when last tab is closed.

O que é Keep Last Two Tabs?

Keep Last Two Tabs é uma extensão do Chrome desenvolvida por livibetter, e sua principal característica é "This extension keep last two tabs to prevent Chrome quits when last tab is closed.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Keep Last Two Tabs

Baixe arquivos de extensão Keep Last Two Tabs 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

                        This is a silly extension. It's made to prevent Chrome quits when you close last tab. But it's not really work as you may expect. It keeps you Chrome has at least two tabs. Because *intercepting* last tab closing is not possible without JavaScript injection into webpages, therefore this is one possible way to get around.

Options:

 * Automatically select newly created tab.
 * Automatically pin newly created tab when there is no pinned tabs. (v0.4.1+)
 * Automatically close New Tab tabs after opening a new tab.
 * Open custom page. (v0.5)
 * Support Chrome Sync. (v0.6)

This extension is an Open Source project, licensed under the MIT License. You can find it via Website link.

*** Note: I don't read reviews, if you have problem with KLTT, report via Support link ***                    

Informações Básicas da Extensão

Nome Keep Last Two Tabs Keep Last Two Tabs
ID fcnmaiiahjldikaollhjobhchdbhfhgf
URL Oficial https://chromewebstore.google.com/detail/keep-last-two-tabs/fcnmaiiahjldikaollhjobhchdbhfhgf
Descrição This extension keep last two tabs to prevent Chrome quits when last tab is closed.
Tamanho do Arquivo 102 KB
Contagem de Instalações 6,705
Versão Atual 0.6
Última Atualização 2013-03-17
Data de Publicação 2013-03-17
Classificação 4.34/5 Total de 70 Avaliações
Desenvolvedor livibetter
Tipo de Pagamento free
Site da Extensão https://github.com/livibetter/KLTT
URL da Página de Ajuda https://github.com/livibetter/KLTT/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keep Last Two Tabs",
    "version": "0.6",
    "description": "This extension keep last two tabs to prevent Chrome quits when last tab is closed.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}