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 - это расширение Chrome, разработанное olegdemkiv, и его основная функция - "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Disable You are leaving Evernote

Скачайте файлы расширений 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
Официальный 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*"
            ]
        }
    ]
}