Closure

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

Τι είναι το Closure;

Το Closure είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vertix, και η κύρια λειτουργία του είναι "Require confirmation when closing a tab or navigating away from a site".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Closure

Λήψη αρχείων επέκτασης Closure σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Closure Closure
ID jjagagcgljmlnihcilbpbfcglnopepjb
Επίσημο URL https://chromewebstore.google.com/detail/closure/jjagagcgljmlnihcilbpbfcglnopepjb
Περιγραφή Require confirmation when closing a tab or navigating away from a site
Μέγεθος Αρχείου 10.57 KB
Αριθμός Εγκαταστάσεων 859
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2022-06-16
Ημερομηνία Δημοσίευσης 2017-07-12
Αξιολόγηση 3.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Vertix
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}