Don't Close Window With Last Tab

Prevent closing of Google Chrome with the last tab, the least intrusive way.

¿Qué es Don't Close Window With Last Tab?

Don't Close Window With Last Tab es una extensión de Chrome desarrollada por Marcel Dopita, y su función principal es "Prevent closing of Google Chrome with the last tab, the least intrusive way.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Don't Close Window With Last Tab

Descarga archivos de extensión Don't Close Window With Last Tab 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

                        This extension keeps a single pinned page to prevent closing Chrome when the last tab of the last window is closed (or every window, it's configurable). To keep the tab bar clean (unlike other extensions), the pinned page is inserted only when absolutely necessary. It also handles well cases when tabs are moved between windows.

"Don't Close Window With Last Tab" provides no user interface or interaction for users. It only lets users configure additional configuration in "Options".

This extension is open source, to be found at: https://github.com/moneytoo/DontCloseWindowWithLastTab                    

Información Básica de la Extensión

Nombre Don't Close Window With Last Tab Don't Close Window With Last Tab
ID dlnpfhfhmkiebpnlllpehlmklgdggbhn
URL Oficial https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn
Descripción Prevent closing of Google Chrome with the last tab, the least intrusive way.
Tamaño del Archivo 18.05 KB
Cantidad de Instalaciones 41,333
Versión Actual 0.11
Última Actualización 2022-06-05
Fecha de Publicación 2017-09-05
Calificación 4.06/5 Total de 140 Calificaciones
Desarrollador Marcel Dopita
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://brouken.com/privacy-policy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don't Close Window With Last Tab",
    "version": "0.11",
    "description": "Prevent closing of Google Chrome with the last tab, the least intrusive way.",
    "manifest_version": 3,
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}