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 |
官方URL | 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": [ " |