Last Tab Keeper
This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
O que é Last Tab Keeper?
Last Tab Keeper é uma extensão do Chrome desenvolvida por prins, e sua principal característica é "This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Last Tab Keeper
Baixe arquivos de extensão Last Tab Keeper 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
Would you like to open a new tab after closing last tab? It may be helpful. This extension create a new tab automatically instead of your operation. LastTabKeeper only creates a new tab when a last tab is not blank. When you close a last tab blank, Chrome can quit. (as same as default behavior) Note : This extension doesn't collect history data. ### Ver 1.2.5 ### Minor change (to support Chrome v23 or later)
Informações Básicas da Extensão
Nome | Last Tab Keeper |
ID | ogookjjcaobcijoblfjoneggmhdlppkc |
URL Oficial | https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc |
Descrição | This extension create a new tab automatically if last two tabs are not a new tab when a tab closed. |
Tamanho do Arquivo | 15.04 KB |
Contagem de Instalações | 9,315 |
Versão Atual | 1.2.5 |
Última Atualização | 2012-07-22 |
Data de Publicação | 2012-07-22 |
Classificação | 2.96/5 Total de 69 Avaliações |
Desenvolvedor | prins |
Tipo de Pagamento | free |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Last Tab Keeper", "version": "1.2.5", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs" ] } |