Don't Close Window With Last Tab

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

Hvad er Don't Close Window With Last Tab?

Don't Close Window With Last Tab er en Chrome-udvidelse udviklet af Marcel Dopita, og dens hovedfunktion er "Prevent closing of Google Chrome with the last tab, the least intrusive way.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Don't Close Window With Last Tab-udvidelses-CRX-fil

Download Don't Close Window With Last Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Don't Close Window With Last Tab Don't Close Window With Last Tab
ID dlnpfhfhmkiebpnlllpehlmklgdggbhn
Officiel URL https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn
Beskrivelse Prevent closing of Google Chrome with the last tab, the least intrusive way.
Filstørrelse 18.05 KB
Antal Installationer 41,333
Nuværende Version 0.11
Senest Opdateret 2022-06-05
Udgivelsesdato 2017-09-05
Bedømmelse 4.06/5 Samlet 140 Bedømmelser
Udvikler Marcel Dopita
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://brouken.com/privacy-policy.html
Understøttede Sprog 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"
    }
}