Don't Close Window With Last Tab
Prevent closing of Google Chrome with the last tab, the least intrusive way.
Wat is Don't Close Window With Last Tab?
Don't Close Window With Last Tab is een Chrome-extensie ontwikkeld door Marcel Dopita, en de belangrijkste functie is "Prevent closing of Google Chrome with the last tab, the least intrusive way.".
Extensie Screenshots
Download het CRX-bestand van de extensie Don't Close Window With Last Tab
Download Don't Close Window With Last Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Don't Close Window With Last Tab |
ID | dlnpfhfhmkiebpnlllpehlmklgdggbhn |
Officiële URL | https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn |
Beschrijving | Prevent closing of Google Chrome with the last tab, the least intrusive way. |
Bestandsgrootte | 18.05 KB |
Aantal Installaties | 41,333 |
Huidige Versie | 0.11 |
Laatst Bijgewerkt | 2022-06-05 |
Publicatiedatum | 2017-09-05 |
Beoordeling | 4.06/5 Totaal 140 Beoordelingen |
Ontwikkelaar | Marcel Dopita |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://brouken.com/privacy-policy.html |
Ondersteunde Talen | 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" } } |