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是由Immerse Ltd开发的Chrome扩展程序,该扩展的主要功能是“Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Merse Language Search扩展crx文件

下载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."
        }
    }
}