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”。

擴展截圖

screenshot

下載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 Disable You are leaving Evernote
ID glibmjdkammoeehdehfnbgenlcobeohf
官方網址 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*"
            ]
        }
    ]
}