Navigation Confirmation
Confirm a Reload or Close
Vad är Navigation Confirmation?
Navigation Confirmation är en Chrome-tillägg utvecklad av Daniel Herr, och dess huvudfunktion är "Confirm a Reload or Close".
Tilläggsskärmbilder
Ladda ner Navigation Confirmation-förlängningens CRX-fil
Ladda ner Navigation Confirmation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Navigation Confirmation |
ID | hneikegkjmchoaghaahefkhecifdibpk |
Officiell webbadress | https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk |
Beskrivning | Confirm a Reload or Close |
Filstorlek | 24.54 KB |
Antal Installationer | 273 |
Aktuell Version | 3.1.1 |
Senast Uppdaterad | 2016-01-29 |
Publiceringsdatum | 2016-01-29 |
Betyg | 3.10/5 Totalt 10 Betyg |
Utvecklare | Daniel Herr |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://danielherr.github.io |
Stödda Språk | 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": [ " |