Closure

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

Was ist Closure?

Closure ist eine Chrome-Erweiterung, die von Vertix entwickelt wurde, und ihr Hauptmerkmal ist "Require confirmation when closing a tab or navigating away from a site".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Closure-Erweiterungs-CRX-Datei herunterladen

Laden Sie Closure-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Closure Closure
ID jjagagcgljmlnihcilbpbfcglnopepjb
Offizielle URL https://chromewebstore.google.com/detail/closure/jjagagcgljmlnihcilbpbfcglnopepjb
Beschreibung Require confirmation when closing a tab or navigating away from a site
Dateigröße 10.57 KB
Installationsanzahl 859
Aktuelle Version 0.1
Letztes Update 2022-06-16
Veröffentlichungsdatum 2017-07-12
Bewertung 3.43/5 Insgesamt 7 Bewertungen
Entwickler Vertix
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}