Live On

keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.

¿Qué es Live On?

Live On es una extensión de Chrome desarrollada por theQxQ, y su función principal es "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Live On

Descarga archivos de extensión Live On en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Live On Live On
ID oficfgdfeoknbjfhommlpiekdapmnebh
URL Oficial https://chromewebstore.google.com/detail/live-on/oficfgdfeoknbjfhommlpiekdapmnebh
Descripción keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.
Tamaño del Archivo 26.5 KB
Cantidad de Instalaciones 40,000
Versión Actual 0.3
Última Actualización 2013-09-07
Fecha de Publicación 2013-09-06
Calificación 4.58/5 Total de 33 Calificaciones
Desarrollador theQxQ
Tipo de Pago free
Idiomas Soportados 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"
    ]
}