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 olegdemkiv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Disable You are leaving Evernote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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*" ] } ] } |