Closure

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

Wat is Closure?

Closure is een Chrome-extensie ontwikkeld door Vertix, en de belangrijkste functie is "Require confirmation when closing a tab or navigating away from a site".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Closure

Download Closure-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Closure Closure
ID jjagagcgljmlnihcilbpbfcglnopepjb
Officiële URL https://chromewebstore.google.com/detail/closure/jjagagcgljmlnihcilbpbfcglnopepjb
Beschrijving Require confirmation when closing a tab or navigating away from a site
Bestandsgrootte 10.57 KB
Aantal Installaties 859
Huidige Versie 0.1
Laatst Bijgewerkt 2022-06-16
Publicatiedatum 2017-07-12
Beoordeling 3.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Vertix
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}