Navigation Confirmation

Confirm a Reload or Close

Wat is Navigation Confirmation?

Navigation Confirmation is een Chrome-extensie ontwikkeld door Daniel Herr, en de belangrijkste functie is "Confirm a Reload or Close".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Navigation Confirmation

Download Navigation Confirmation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Navigation Confirmation Navigation Confirmation
ID hneikegkjmchoaghaahefkhecifdibpk
Officiële URL https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk
Beschrijving Confirm a Reload or Close
Bestandsgrootte 24.54 KB
Aantal Installaties 273
Huidige Versie 3.1.1
Laatst Bijgewerkt 2016-01-29
Publicatiedatum 2016-01-29
Beoordeling 3.10/5 Totaal 10 Beoordelingen
Ontwikkelaar Daniel Herr
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://danielherr.github.io
Ondersteunde Talen 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"
}