Navigation Confirmation
Confirm a Reload or Close
Qu'est-ce que Navigation Confirmation ?
Navigation Confirmation est une extension Chrome développée par Daniel Herr, et sa fonction principale est "Confirm a Reload or Close".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Navigation Confirmation
Téléchargez les fichiers d'extension Navigation Confirmation 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
Click the icon to create a popup when you attempt to navigate to another page or reload the current one. The check mark indicates that you will be asked confirmation on the current tab. The red x indicates that you will not be asked to confirm leaving the page. Click the icon to toggle on and off. There is also an option to confirm when closing the window.
Informations de Base sur l'Extension
Nom | Navigation Confirmation |
ID | hneikegkjmchoaghaahefkhecifdibpk |
URL Officiel | https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk |
Description | Confirm a Reload or Close |
Taille du Fichier | 24.54 KB |
Nombre d'Installations | 273 |
Version Actuelle | 3.1.1 |
Dernière Mise à Jour | 2016-01-29 |
Date de Publication | 2016-01-29 |
Évaluation | 3.10/5 Total 10 Évaluations |
Développeur | Daniel Herr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://danielherr.github.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel Herr", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "warning.png", "default_title": "Unconfirmed" }, "description": "Confirm a Reload or Close", "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/", "icons": { "128": "check.png" }, "manifest_version": 2, "name": "Navigation Confirmation", "offline_enabled": true, "optional_permissions": [ " |