Navigation Confirmation
Confirm a Reload or Close
什麼是Navigation Confirmation?
Navigation Confirmation是由Daniel Herr開發的Chrome擴展程式,該擴展的主要功能是“Confirm a Reload or Close”。
擴展截圖
下載Navigation Confirmation擴展crx文件
下載Navigation Confirmation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Navigation Confirmation |
ID | hneikegkjmchoaghaahefkhecifdibpk |
官方網址 | https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk |
簡介 | Confirm a Reload or Close |
檔案大小 | 24.54 KB |
安裝次數 | 273 |
目前版本 | 3.1.1 |
更新時間 | 2016-01-29 |
上架時間 | 2016-01-29 |
評分 | 3.10/5 共 10 次評分 |
開發者 | Daniel Herr |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://danielherr.github.io |
支援的語言 | 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": [ " |