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 là gì?
Disable You are leaving Evernote là một tiện ích mở rộng Chrome được phát triển bởi olegdemkiv, và tính năng chính của nó là "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Disable You are leaving Evernote
Tải xuống các tệp mở rộng Disable You are leaving Evernote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Disable You are leaving Evernote |
ID | glibmjdkammoeehdehfnbgenlcobeohf |
URL Chính Thức | https://chromewebstore.google.com/detail/disable-you-are-leaving-e/glibmjdkammoeehdehfnbgenlcobeohf |
Mô tả | Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website |
Kích Thước Tệp | 8.52 KB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-11-16 |
Ngày Phát Hành | 2022-11-15 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | olegdemkiv |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/OlegDemkiv/disable-you-are-leaving-evernote |
Ngôn Ngữ Được Hỗ Trợ | 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*" ] } ] } |