Disable You are leaving Evernote
Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website
Vad är Disable You are leaving Evernote?
Disable You are leaving Evernote är en Chrome-tillägg utvecklad av olegdemkiv, och dess huvudfunktion är "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website".
Tilläggsskärmbilder
Ladda ner Disable You are leaving Evernote-förlängningens CRX-fil
Ladda ner Disable You are leaving Evernote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | glibmjdkammoeehdehfnbgenlcobeohf | 
| Officiell webbadress | https://chromewebstore.google.com/detail/disable-you-are-leaving-e/glibmjdkammoeehdehfnbgenlcobeohf | 
| Beskrivning | Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website | 
| Filstorlek | 8.52 KB | 
| Antal Installationer | 77 | 
| Aktuell Version | 1.0.1 | 
| Senast Uppdaterad | 2022-11-16 | 
| Publiceringsdatum | 2022-11-15 | 
| Betyg | 4.00/5 Totalt 1 Betyg | 
| Utvecklare | olegdemkiv | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/OlegDemkiv/disable-you-are-leaving-evernote | 
| Stödda Språk | 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*"
            ]
        }
    ]
}  |  |