Last Tab Keepalive
Creates a new tab when the last tab is closed.
O que é Last Tab Keepalive?
Last Tab Keepalive é uma extensão do Chrome desenvolvida por linshunghuang, e sua principal característica é "Creates a new tab when the last tab is closed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Last Tab Keepalive
Baixe arquivos de extensão Last Tab Keepalive 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 extension REQUIRES running as a "background app" when Google Chrome is closed ** Features: • Creates a new tab when the last tab is closed • Does not access any website data • Frees memory when inactive Updates: • [9/2/13] Fix bugs • [9/4/13] Added Options page to set default window size
Informações Básicas da Extensão
Nome | Last Tab Keepalive |
ID | pekhngokoehglkdkciedpimjddpbkcod |
URL Oficial | https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod |
Descrição | Creates a new tab when the last tab is closed. |
Tamanho do Arquivo | 8.49 KB |
Contagem de Instalações | 1,493 |
Versão Atual | 1.3.7 |
Última Atualização | 2013-12-26 |
Data de Publicação | 2013-12-26 |
Classificação | 2.88/5 Total de 67 Avaliações |
Desenvolvedor | linshunghuang |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3.7", "name": "Last Tab Keepalive", "description": "Creates a new tab when the last tab is closed.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "offline_enabled": true, "permissions": [ "background" ] } |