Navigation Confirmation
Confirm a Reload or Close
Apa itu Navigation Confirmation?
Navigation Confirmation adalah ekstensi Chrome yang dikembangkan oleh Daniel Herr, dan fitur utamanya adalah "Confirm a Reload or Close".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Navigation Confirmation
Unduh file ekstensi Navigation Confirmation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Navigation Confirmation |
ID | hneikegkjmchoaghaahefkhecifdibpk |
URL Resmi | https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk |
Deskripsi | Confirm a Reload or Close |
Ukuran File | 24.54 KB |
Jumlah Instalasi | 273 |
Versi Saat Ini | 3.1.1 |
Terakhir Diperbarui | 2016-01-29 |
Tanggal Publikasi | 2016-01-29 |
Penilaian | 3.10/5 Total 10 Penilaian |
Pengembang | Daniel Herr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://danielherr.github.io |
Bahasa yang Didukung | 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": [ " |