Navigation Confirmation
Confirm a Reload or Close
What is Navigation Confirmation?
Navigation Confirmation is a Chrome extension developed by Daniel Herr, and its main feature is "Confirm a Reload or Close".
Extension Screenshots
Download Navigation Confirmation Extension CRX File
Download Navigation Confirmation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Navigation Confirmation |
ID | hneikegkjmchoaghaahefkhecifdibpk |
Official URL | https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk |
Description | Confirm a Reload or Close |
File Size | 24.54 KB |
Installation Count | 273 |
Current Version | 3.1.1 |
Last Updated | 2016-01-29 |
Publish Date | 2016-01-29 |
Rating | 3.10/5 Total 10 Ratings |
Developer | Daniel Herr |
[email protected] | |
Payment Type | free |
Extension Website | https://danielherr.github.io |
Supported Languages | 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": [ " |