Disable You are leaving Evernote
Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website
¿Qué es Disable You are leaving Evernote?
Disable You are leaving Evernote es una extensión de Chrome desarrollada por olegdemkiv, y su función principal es "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Disable You are leaving Evernote
Descarga archivos de extensión Disable You are leaving Evernote en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Disable You are leaving Evernote |
ID | glibmjdkammoeehdehfnbgenlcobeohf |
URL Oficial | https://chromewebstore.google.com/detail/disable-you-are-leaving-e/glibmjdkammoeehdehfnbgenlcobeohf |
Descripción | Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website |
Tamaño del Archivo | 8.52 KB |
Cantidad de Instalaciones | 77 |
Versión Actual | 1.0.1 |
Última Actualización | 2022-11-16 |
Fecha de Publicación | 2022-11-15 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | olegdemkiv |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/OlegDemkiv/disable-you-are-leaving-evernote |
Idiomas Soportados | 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*" ] } ] } |