Don't Close Window With Last Tab
Prevent closing of Google Chrome with the last tab, the least intrusive way.
Co to jest Don't Close Window With Last Tab?
Don't Close Window With Last Tab to rozszerzenie Chrome opracowane przez Marcel Dopita, a jego główną funkcją jest „Prevent closing of Google Chrome with the last tab, the least intrusive way.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Don't Close Window With Last Tab
Pobierz pliki rozszerzeń Don't Close Window With Last Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Don't Close Window With Last Tab |
ID | dlnpfhfhmkiebpnlllpehlmklgdggbhn |
Oficjalny URL | https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn |
Opis | Prevent closing of Google Chrome with the last tab, the least intrusive way. |
Rozmiar pliku | 18.05 KB |
Liczba instalacji | 41,333 |
Aktualna Wersja | 0.11 |
Ostatnia Aktualizacja | 2022-06-05 |
Data Publikacji | 2017-09-05 |
Ocena | 4.06/5 Łącznie 140 Oceny |
Deweloper | Marcel Dopita |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://brouken.com/privacy-policy.html |
Obsługiwane Języki | 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" } } |