Disable You are leaving Evernote
Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website
Apa itu Disable You are leaving Evernote?
Disable You are leaving Evernote adalah ekstensi Chrome yang dikembangkan oleh olegdemkiv, dan fitur utamanya adalah "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Disable You are leaving Evernote
Unduh file ekstensi Disable You are leaving Evernote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Disable You are leaving Evernote |
ID | glibmjdkammoeehdehfnbgenlcobeohf |
URL Resmi | https://chromewebstore.google.com/detail/disable-you-are-leaving-e/glibmjdkammoeehdehfnbgenlcobeohf |
Deskripsi | Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website |
Ukuran File | 8.52 KB |
Jumlah Instalasi | 77 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2022-11-16 |
Tanggal Publikasi | 2022-11-15 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | olegdemkiv |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/OlegDemkiv/disable-you-are-leaving-evernote |
Bahasa yang Didukung | 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*" ] } ] } |