Closure

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

Vad är Closure?

Closure är en Chrome-tillägg utvecklad av Vertix, och dess huvudfunktion är "Require confirmation when closing a tab or navigating away from a site".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Closure-förlängningens CRX-fil

Ladda ner Closure-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Closure Closure
ID jjagagcgljmlnihcilbpbfcglnopepjb
Officiell webbadress https://chromewebstore.google.com/detail/closure/jjagagcgljmlnihcilbpbfcglnopepjb
Beskrivning Require confirmation when closing a tab or navigating away from a site
Filstorlek 10.57 KB
Antal Installationer 859
Aktuell Version 0.1
Senast Uppdaterad 2022-06-16
Publiceringsdatum 2017-07-12
Betyg 3.43/5 Totalt 7 Betyg
Utvecklare Vertix
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}