Merse Language Search

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

Τι είναι το Merse Language Search;

Το Merse Language Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Immerse Ltd, και η κύρια λειτουργία του είναι "Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Merse Language Search

Λήψη αρχείων επέκτασης Merse Language Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Merse Language Search Merse Language Search
ID binnaiiphojhngolnpiahhjlblojgodd
Επίσημο URL https://chrome.google.com/webstore/detail/merse-language-search/binnaiiphojhngolnpiahhjlblojgodd
Περιγραφή Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.
Μέγεθος Αρχείου 219 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 1
Τελευταία Ενημέρωση 2020-05-24
Ημερομηνία Δημοσίευσης 2020-05-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Immerse Ltd
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.merse-app.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.merse-app.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.merse-app.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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."
        }
    }
}