Don't Close Window With Last Tab
Prevent closing of Google Chrome with the last tab, the least intrusive way.
What is Don't Close Window With Last Tab?
Don't Close Window With Last Tab is a Chrome extension developed by Marcel Dopita, and its main feature is "Prevent closing of Google Chrome with the last tab, the least intrusive way.".
Extension Screenshots
Download Don't Close Window With Last Tab Extension CRX File
Download Don't Close Window With Last Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Don't Close Window With Last Tab |
ID | dlnpfhfhmkiebpnlllpehlmklgdggbhn |
Official URL | https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn |
Description | Prevent closing of Google Chrome with the last tab, the least intrusive way. |
File Size | 18.05 KB |
Installation Count | 41,333 |
Current Version | 0.11 |
Last Updated | 2022-06-05 |
Publish Date | 2017-09-05 |
Rating | 4.06/5 Total 140 Ratings |
Developer | Marcel Dopita |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://brouken.com/privacy-policy.html |
Supported Languages | 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" } } |