Don't Close Window With Last Tab

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

Cos'è Don't Close Window With Last Tab?

Don't Close Window With Last Tab è un'estensione di Chrome sviluppata da Marcel Dopita, e la sua funzione principale è "Prevent closing of Google Chrome with the last tab, the least intrusive way.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Don't Close Window With Last Tab

Scarica i file di estensione Don't Close Window With Last Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Don't Close Window With Last Tab Don't Close Window With Last Tab
ID dlnpfhfhmkiebpnlllpehlmklgdggbhn
URL Ufficiale https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn
Descrizione Prevent closing of Google Chrome with the last tab, the least intrusive way.
Dimensione del File 18.05 KB
Conteggio Installazioni 41,333
Versione Corrente 0.11
Ultimo Aggiornamento 2022-06-05
Data di Pubblicazione 2017-09-05
Valutazione 4.06/5 Totale 140 Valutazioni
Sviluppatore Marcel Dopita
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://brouken.com/privacy-policy.html
Lingue Supportate 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"
    }
}