Navigation Confirmation

Confirm a Reload or Close

Cos'è Navigation Confirmation?

Navigation Confirmation è un'estensione di Chrome sviluppata da Daniel Herr, e la sua funzione principale è "Confirm a Reload or Close".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Navigation Confirmation

Scarica i file di estensione Navigation Confirmation 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Navigation Confirmation Navigation Confirmation
ID hneikegkjmchoaghaahefkhecifdibpk
URL Ufficiale https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk
Descrizione Confirm a Reload or Close
Dimensione del File 24.54 KB
Conteggio Installazioni 273
Versione Corrente 3.1.1
Ultimo Aggiornamento 2016-01-29
Data di Pubblicazione 2016-01-29
Valutazione 3.10/5 Totale 10 Valutazioni
Sviluppatore Daniel Herr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://danielherr.github.io
Lingue Supportate 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"
}