Disable You are leaving Evernote
Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website
O que é Disable You are leaving Evernote?
Disable You are leaving Evernote é uma extensão do Chrome desenvolvida por olegdemkiv, e sua principal característica é "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Disable You are leaving Evernote
Baixe arquivos de extensão Disable You are leaving Evernote 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
This extension will help you get rid of the message 'You are leaving Evernote' when you try to open a link in a new window.
Informações Básicas da Extensão
Nome | Disable You are leaving Evernote |
ID | glibmjdkammoeehdehfnbgenlcobeohf |
URL Oficial | https://chromewebstore.google.com/detail/disable-you-are-leaving-e/glibmjdkammoeehdehfnbgenlcobeohf |
Descrição | Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website |
Tamanho do Arquivo | 8.52 KB |
Contagem de Instalações | 77 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-11-16 |
Data de Publicação | 2022-11-15 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | olegdemkiv |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/OlegDemkiv/disable-you-are-leaving-evernote |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Disable You are leaving Evernote", "description": "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website", "version": "1.0.1", "author": "Oleg Demkiv", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.evernote.com\/OutboundRedirect.action*" ] } ] } |