Don't Close Window With Last Tab

Prevent closing of Google Chrome with the last tab, the least intrusive way.

O que é Don't Close Window With Last Tab?

Don't Close Window With Last Tab é uma extensão do Chrome desenvolvida por Marcel Dopita, e sua principal característica é "Prevent closing of Google Chrome with the last tab, the least intrusive way.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Don't Close Window With Last Tab

Baixe arquivos de extensão Don't Close Window With Last Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Don't Close Window With Last Tab Don't Close Window With Last Tab
ID dlnpfhfhmkiebpnlllpehlmklgdggbhn
URL Oficial https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn
Descrição Prevent closing of Google Chrome with the last tab, the least intrusive way.
Tamanho do Arquivo 18.05 KB
Contagem de Instalações 41,333
Versão Atual 0.11
Última Atualização 2022-06-05
Data de Publicação 2017-09-05
Classificação 4.06/5 Total de 140 Avaliações
Desenvolvedor Marcel Dopita
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://brouken.com/privacy-policy.html
Idiomas Suportados 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"
    }
}