Disable You are leaving Evernote
Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website
Co je Disable You are leaving Evernote?
Disable You are leaving Evernote je rozšíření Chrome vyvinuté olegdemkiv, a jeho hlavní funkcí je „Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Disable You are leaving Evernote
Stáhněte si soubory rozšíření Disable You are leaving Evernote ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Disable You are leaving Evernote |
ID | glibmjdkammoeehdehfnbgenlcobeohf |
Oficiální URL | https://chromewebstore.google.com/detail/disable-you-are-leaving-e/glibmjdkammoeehdehfnbgenlcobeohf |
Popis | Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website |
Velikost souboru | 8.52 KB |
Počet instalací | 77 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2022-11-16 |
Datum Vydání | 2022-11-15 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | olegdemkiv |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/OlegDemkiv/disable-you-are-leaving-evernote |
Podporované Jazyky | 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*" ] } ] } |