Closure

Require confirmation when closing a tab or navigating away from a site

O que é Closure?

Closure é uma extensão do Chrome desenvolvida por Vertix, e sua principal característica é "Require confirmation when closing a tab or navigating away from a site".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Closure

Baixe arquivos de extensão Closure 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

                        Never lose an important tab again; just set a tab to require confirmation when closing or navigating away from a site.

This Chrome extension will help prevent against accidental closure of tabs containing important information.

Just right-click, select "Confirm Closure", and you will be alerted before your tab is closed.

Credits:
Icon made by Pixelbuddha from www.flaticon.com                    

Informações Básicas da Extensão

Nome Closure Closure
ID jjagagcgljmlnihcilbpbfcglnopepjb
URL Oficial https://chromewebstore.google.com/detail/closure/jjagagcgljmlnihcilbpbfcglnopepjb
Descrição Require confirmation when closing a tab or navigating away from a site
Tamanho do Arquivo 10.57 KB
Contagem de Instalações 859
Versão Atual 0.1
Última Atualização 2022-06-16
Data de Publicação 2017-07-12
Classificação 3.43/5 Total de 7 Avaliações
Desenvolvedor Vertix
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closure",
    "description": "Require confirmation when closing a tab or navigating away from a site",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/img\/favicon.ico"
    ],
    "options_page": "options\/options.html",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "\/img\/icon16.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    }
}