Closure
Require confirmation when closing a tab or navigating away from a site
Cos'è Closure?
Closure è un'estensione di Chrome sviluppata da Vertix, e la sua funzione principale è "Require confirmation when closing a tab or navigating away from a site".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Closure
Scarica i file di estensione Closure in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | jjagagcgljmlnihcilbpbfcglnopepjb |
| URL Ufficiale | https://chromewebstore.google.com/detail/closure/jjagagcgljmlnihcilbpbfcglnopepjb |
| Descrizione | Require confirmation when closing a tab or navigating away from a site |
| Dimensione del File | 10.57 KB |
| Conteggio Installazioni | 859 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2022-06-16 |
| Data di Pubblicazione | 2017-07-12 |
| Valutazione | 3.43/5 Totale 7 Valutazioni |
| Sviluppatore | Vertix |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |