Don't Close Window With Last Tab
Prevent closing of Google Chrome with the last tab, the least intrusive way.
Qu'est-ce que Don't Close Window With Last Tab ?
Don't Close Window With Last Tab est une extension Chrome développée par Marcel Dopita, et sa fonction principale est "Prevent closing of Google Chrome with the last tab, the least intrusive way.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Don't Close Window With Last Tab
Téléchargez les fichiers d'extension Don't Close Window With Last Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Don't Close Window With Last Tab |
ID | dlnpfhfhmkiebpnlllpehlmklgdggbhn |
URL Officiel | 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. |
Taille du Fichier | 18.05 KB |
Nombre d'Installations | 41,333 |
Version Actuelle | 0.11 |
Dernière Mise à Jour | 2022-06-05 |
Date de Publication | 2017-09-05 |
Évaluation | 4.06/5 Total 140 Évaluations |
Développeur | Marcel Dopita |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://brouken.com/privacy-policy.html |
Langues Prises en Charge | 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" } } |