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.                     拡張機能の基本情報
| 名前 |  | 
| 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 | 
| Eメール | [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*"
            ]
        }
    ]
} | |