Closure
Require confirmation when closing a tab or navigating away from a site
Qu'est-ce que Closure ?
Closure est une extension Chrome développée par Vertix, et sa fonction principale est "Require confirmation when closing a tab or navigating away from a site".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Closure
Téléchargez les fichiers d'extension Closure au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Closure |
ID | jjagagcgljmlnihcilbpbfcglnopepjb |
URL Officiel | https://chromewebstore.google.com/detail/closure/jjagagcgljmlnihcilbpbfcglnopepjb |
Description | Require confirmation when closing a tab or navigating away from a site |
Taille du Fichier | 10.57 KB |
Nombre d'Installations | 859 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2022-06-16 |
Date de Publication | 2017-07-12 |
Évaluation | 3.43/5 Total 7 Évaluations |
Développeur | Vertix |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |