LingvoTV

Learn languages while watching movies online. Translate words and grow your vocabulary on the go.

LingvoTV란 무엇입니까?

LingvoTV은(는) https://lingvo.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn languages while watching movies online. Translate words and grow your vocabulary on the go."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LingvoTV 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Learn foreign languages while watching movies online!

Lingvo TV allows you to translate subtitles while you watch a movie online, simultaneously without distraction. This way, you can have fun and learn a foreign language at the same time.

Learning languages through movies is very efficient. You learn pronunciation, writing, and culture at the same time.

Supported services are Netflix, Amazon Video, and YouTube.

§ How?

LingvoTV mobile Web App receives subtitles from the movie while you watch it. It allows you to click on any word or word combination to translate it on any device, without stopping the movie!

§ Connect app and extension.

The extension is required to grab the subtitles from the movie and send them on to the Web App on your phone or any other device with a browser, which is why you need to play the movie in Chrome Browser.                    

확장 프로그램 기본 정보

이름 LingvoTV LingvoTV
ID dgeiagkojabjccafojhokcceakmehpbb
공식 URL https://chromewebstore.google.com/detail/lingvotv/dgeiagkojabjccafojhokcceakmehpbb
설명 Learn languages while watching movies online. Translate words and grow your vocabulary on the go.
파일 크기 10.21 KB
설치 횟수 8,004
현재 버전 0.7.0
최근 업데이트 2021-01-04
출시 날짜 2016-09-26
평점 3.23/5 총 26 개의 평점
개발자 https://lingvo.tv
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lingvo.tv
개인정보 보호 정책 페이지 URL http://lingvo.tv/terms.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LingvoTV",
    "version": "0.7.0",
    "manifest_version": 2,
    "description": "Learn languages while watching movies online. Translate words and grow your vocabulary on the go.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "src\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.ca\/*",
                "*:\/\/*.amazon.com.cn\/*",
                "*:\/\/*.amazon.com.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.jp\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.se\/*"
            ],
            "js": [
                "src\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "src\/img\/logo-16x16.png",
        "48": "src\/img\/logo-48x48.png",
        "128": "src\/img\/logo-128x128.png"
    },
    "permissions": [],
    "web_accessible_resources": [],
    "homepage_url": "https:\/\/lingvo.tv"
}