Navigation Confirmation
Confirm a Reload or Close
Hvad er Navigation Confirmation?
Navigation Confirmation er en Chrome-udvidelse udviklet af Daniel Herr, og dens hovedfunktion er "Confirm a Reload or Close".
Udvidelsesskærmbilleder
Download Navigation Confirmation-udvidelses-CRX-fil
Download Navigation Confirmation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Navigation Confirmation |
ID | hneikegkjmchoaghaahefkhecifdibpk |
Officiel URL | https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk |
Beskrivelse | Confirm a Reload or Close |
Filstørrelse | 24.54 KB |
Antal Installationer | 273 |
Nuværende Version | 3.1.1 |
Senest Opdateret | 2016-01-29 |
Udgivelsesdato | 2016-01-29 |
Bedømmelse | 3.10/5 Samlet 10 Bedømmelser |
Udvikler | Daniel Herr |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://danielherr.github.io |
Understøttede Sprog | 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": [ " |