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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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