Merse Language Search

Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.

Wat is Merse Language Search?

Merse Language Search is een Chrome-extensie ontwikkeld door Immerse Ltd, en de belangrijkste functie is "Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Merse Language Search

Download Merse Language Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Studying a new language? Come across advanced words in your native tongue that you need to remember? Merse language search is for you.

Now you can easily search the web for the pronunciation, translation, and definitions from wiktionary of a word. 

Quickly create a flashcard to an Anki deck and immerse yourself in websites in your target language and save words from anywhere. Also works well from Netflix subtitles. 

Real world pronunciations from human beings automatically found!

Features

32+ language support 
smart translator 
smart popup window 
wiktionary support 
Anki Quick tool 
currently free for use                    

Basisinformatie over de Extensie

Naam Merse Language Search Merse Language Search
ID binnaiiphojhngolnpiahhjlblojgodd
Officiële URL https://chrome.google.com/webstore/detail/merse-language-search/binnaiiphojhngolnpiahhjlblojgodd
Beschrijving Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.
Bestandsgrootte 219 KB
Aantal Installaties 45
Huidige Versie 1
Laatst Bijgewerkt 2020-05-24
Publicatiedatum 2020-05-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Immerse Ltd
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.merse-app.com/
Help Pagina-URL https://www.merse-app.com/
URL van de Privacybeleid Pagina https://www.merse-app.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merse Language Search",
    "description": "Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.",
    "default_locale": "en",
    "version": "1",
    "permissions": [
        "storage",
        "contextMenus",
        "http:\/\/127.0.0.1\/",
        "http:\/\/127.0.0.1\/*",
        "https:\/\/translate.google.com\/*",
        "https:\/\/translate.google.com.vn\/*",
        "https:\/\/en.wiktionary.org\/*",
        "https:\/\/forvo.com\/",
        "https:\/\/audio00.forvo.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/translate.google.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/ico128.png",
        "default_popup": "pages\/popup.html"
    },
    "minimum_chrome_version": "60",
    "icons": {
        "128": "images\/ico128.png"
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search."
        }
    }
}