Navigation Confirmation
Confirm a Reload or Close
O que é Navigation Confirmation?
Navigation Confirmation é uma extensão do Chrome desenvolvida por Daniel Herr, e sua principal característica é "Confirm a Reload or Close".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Navigation Confirmation
Baixe arquivos de extensão Navigation Confirmation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Navigation Confirmation |
ID | hneikegkjmchoaghaahefkhecifdibpk |
URL Oficial | https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk |
Descrição | Confirm a Reload or Close |
Tamanho do Arquivo | 24.54 KB |
Contagem de Instalações | 273 |
Versão Atual | 3.1.1 |
Última Atualização | 2016-01-29 |
Data de Publicação | 2016-01-29 |
Classificação | 3.10/5 Total de 10 Avaliações |
Desenvolvedor | Daniel Herr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://danielherr.github.io |
Idiomas Suportados | 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": [ " |