Disable You are leaving Evernote

Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website

Co to jest Disable You are leaving Evernote?

Disable You are leaving Evernote to rozszerzenie Chrome opracowane przez olegdemkiv, a jego główną funkcją jest „Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Disable You are leaving Evernote

Pobierz pliki rozszerzeń Disable You are leaving Evernote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Disable You are leaving Evernote Disable You are leaving Evernote
ID glibmjdkammoeehdehfnbgenlcobeohf
Oficjalny URL https://chromewebstore.google.com/detail/disable-you-are-leaving-e/glibmjdkammoeehdehfnbgenlcobeohf
Opis Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website
Rozmiar pliku 8.52 KB
Liczba instalacji 77
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-11-16
Data Publikacji 2022-11-15
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper olegdemkiv
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/OlegDemkiv/disable-you-are-leaving-evernote
Obsługiwane Języki 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*"
            ]
        }
    ]
}