Disable You are leaving Evernote
Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website
什么是Disable You are leaving Evernote?
Disable You are leaving Evernote是由olegdemkiv开发的Chrome扩展程序,该扩展的主要功能是“Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website”。
扩展截图
下载Disable You are leaving Evernote扩展crx文件
下载Disable You are leaving Evernote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Disable You are leaving Evernote |
ID | glibmjdkammoeehdehfnbgenlcobeohf |
官方URL | https://chromewebstore.google.com/detail/disable-you-are-leaving-e/glibmjdkammoeehdehfnbgenlcobeohf |
简介 | Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website |
文件大小 | 8.52 KB |
安装次数 | 77 |
当前版本 | 1.0.1 |
更新时间 | 2022-11-16 |
上架时间 | 2022-11-15 |
评分 | 4.00/5 共1次评分 |
开发者 | olegdemkiv |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/OlegDemkiv/disable-you-are-leaving-evernote |
支持的语言 | 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*" ] } ] } |