Navigation Confirmation

Confirm a Reload or Close

¿Qué es Navigation Confirmation?

Navigation Confirmation es una extensión de Chrome desarrollada por Daniel Herr, y su función principal es "Confirm a Reload or Close".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Navigation Confirmation

Descarga archivos de extensión Navigation Confirmation en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Navigation Confirmation Navigation Confirmation
ID hneikegkjmchoaghaahefkhecifdibpk
URL Oficial https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk
Descripción Confirm a Reload or Close
Tamaño del Archivo 24.54 KB
Cantidad de Instalaciones 273
Versión Actual 3.1.1
Última Actualización 2016-01-29
Fecha de Publicación 2016-01-29
Calificación 3.10/5 Total de 10 Calificaciones
Desarrollador Daniel Herr
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://danielherr.github.io
Idiomas Soportados 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": [
        ""
    ],
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "3.1.1"
}