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 |
Eメール | [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": [ " |