Merse Language Search

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

Cos'è Merse Language Search?

Merse Language Search è un'estensione di Chrome sviluppata da Immerse Ltd, e la sua funzione principale è "Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Merse Language Search

Scarica i file di estensione Merse Language Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Merse Language Search Merse Language Search
ID binnaiiphojhngolnpiahhjlblojgodd
URL Ufficiale https://chrome.google.com/webstore/detail/merse-language-search/binnaiiphojhngolnpiahhjlblojgodd
Descrizione Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.
Dimensione del File 219 KB
Conteggio Installazioni 45
Versione Corrente 1
Ultimo Aggiornamento 2020-05-24
Data di Pubblicazione 2020-05-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Immerse Ltd
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.merse-app.com/
URL della Pagina di Aiuto https://www.merse-app.com/
URL della Pagina della Politica sulla Privacy https://www.merse-app.com/privacy-policy
Lingue Supportate 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."
        }
    }
}