Live On
keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.
O que é Live On?
Live On é uma extensão do Chrome desenvolvida por theQxQ, e sua principal característica é "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Live On
Baixe arquivos de extensão Live On 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
keep you from accidentally closing chrome from closing the last tab. this extension auto adds a pinned tab when you are on you last tab. as soon as you open a new tab, the pinned tab closes. this extension was made using "keep last two tabs" code. if you don't like the way this extension works or you want some settings that you can set, try "keep last two tabs". also note that this extensions is unlikely to be updated anymore, but they are open source, so if you really want a feature, you can go ahead and add it. it is also under the mit license, so feel free to fork the code and use it any way you want. created by Evacle ([email protected]). please comment if you found any glitches or if you have some ideas you want to see in this extension.
Informações Básicas da Extensão
Nome | Live On |
ID | oficfgdfeoknbjfhommlpiekdapmnebh |
URL Oficial | https://chromewebstore.google.com/detail/live-on/oficfgdfeoknbjfhommlpiekdapmnebh |
Descrição | keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left. |
Tamanho do Arquivo | 26.5 KB |
Contagem de Instalações | 40,000 |
Versão Atual | 0.3 |
Última Atualização | 2013-09-07 |
Data de Publicação | 2013-09-06 |
Classificação | 4.58/5 Total de 33 Avaliações |
Desenvolvedor | theQxQ |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live On", "manifest_version": 2, "version": "0.3", "description": "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |