Don't Close Window With Last Tab
Prevent closing of Google Chrome with the last tab, the least intrusive way.
Co je Don't Close Window With Last Tab?
Don't Close Window With Last Tab je rozšíření Chrome vyvinuté Marcel Dopita, a jeho hlavní funkcí je „Prevent closing of Google Chrome with the last tab, the least intrusive way.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Don't Close Window With Last Tab
Stáhněte si soubory rozšíření Don't Close Window With Last Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Don't Close Window With Last Tab |
ID | dlnpfhfhmkiebpnlllpehlmklgdggbhn |
Oficiální URL | https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn |
Popis | Prevent closing of Google Chrome with the last tab, the least intrusive way. |
Velikost souboru | 18.05 KB |
Počet instalací | 41,333 |
Aktuální Verze | 0.11 |
Poslední Aktualizace | 2022-06-05 |
Datum Vydání | 2017-09-05 |
Hodnocení | 4.06/5 Celkem 140 Hodnocení |
Vývojář | Marcel Dopita |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://brouken.com/privacy-policy.html |
Podporované Jazyky | 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" } } |