Navigation Confirmation

Confirm a Reload or Close

Was ist Navigation Confirmation?

Navigation Confirmation ist eine Chrome-Erweiterung, die von Daniel Herr entwickelt wurde, und ihr Hauptmerkmal ist "Confirm a Reload or Close".

Erweiterungsscreenshots

screenshot

Navigation Confirmation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Navigation Confirmation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Navigation Confirmation Navigation Confirmation
ID hneikegkjmchoaghaahefkhecifdibpk
Offizielle URL https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk
Beschreibung Confirm a Reload or Close
Dateigröße 24.54 KB
Installationsanzahl 273
Aktuelle Version 3.1.1
Letztes Update 2016-01-29
Veröffentlichungsdatum 2016-01-29
Bewertung 3.10/5 Insgesamt 10 Bewertungen
Entwickler Daniel Herr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://danielherr.github.io
Unterstützte Sprachen 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"
}