Language Project

Learn languages with comprehensible input

Language Project란 무엇입니까?

Language Project은(는) https://easytolearn.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn languages with comprehensible input"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Learn languages with Youtube subtitles & ChatGPT

This is as close as it gets to having a language teacher around most of the time.

Select a phrase you want to learn and access dictionary, explanations, examples in context, teacher's notes and more.

Save words and phrases and then use every spare minute of time when on the move on a mobile device. The app will send you short stories with phrases you saved.

The most natural and efficient way to learn a language: from a context.                    

확장 프로그램 기본 정보

이름 Language Project Language Project
ID kmdpnafoknackjdoieijinkjengbhcid
공식 URL https://chromewebstore.google.com/detail/language-project/kmdpnafoknackjdoieijinkjengbhcid
설명 Learn languages with comprehensible input
파일 크기 1.74 MB
설치 횟수 66
현재 버전 1.101.0
최근 업데이트 2023-10-18
출시 날짜 2022-07-06
평점 5.00/5 총 2 개의 평점
개발자 https://easytolearn.io
결제 유형 free
확장 프로그램 웹 사이트 https://easytolearn.io
도움말 페이지 URL https://easytolearn.io
개인정보 보호 정책 페이지 URL https://easytolearn.io/privacy_policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language Project",
    "description": "Learn languages with comprehensible input",
    "version": "1.101.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/learn-with-subtitles.easytolearn.io\/",
        "http:\/\/localhost:8080\/",
        "https:\/\/www.youtube.com\/",
        "https:\/\/easytolearn.io\/",
        "https:\/\/learn-with-subtitles.easytolearn.io\/"
    ],
    "action": [],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": ".\/icons\/logo.png",
        "32": ".\/icons\/logo.png",
        "48": ".\/icons\/logo.png",
        "128": ".\/icons\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                ".\/index.html",
                ".\/content-script.js",
                ".\/inject.js",
                ".\/youtube-button-inject.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+WJesNc\/y4eW7mYftI2NiflaOBRPnMNf4EkszJpDiiw2sYGixfeQ7doZjLukGnICtcdL1i9BEvKk7lGDbhz1xgvWNF9TnRhTz+K\/9BDzPqz\/75p2RCl+WLeiD69TyOE3bPv9WpKnUurj1nbItWqW43yYfGBE+0C57b86rl9eGjw03btJVqmm22VV88YSjVIEnAQaX0zmY\/SYm2t\/FPC7D3a7ZT\/HSw2UoiBW9zS1xWSTu64oyj4wwcsWWNWpfQ+K7VMjsHyDV3JiESu61MMlNC+s2mh1HEqwi4VgvyuSKNrYC7F3z+47GC3KzxyzDVUXs0nREwSalWTCzPi62PYLUwIDAQAB",
    "oauth2": {
        "client_id": "618633773293-rud8ubumsjvar38vu2qfrk5brv3b0brt.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'; frame-src 'self' https:\/\/www.youtube.com"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/easytolearn-loc.io\/*",
            "https:\/\/learn-with-subtitles.easytolearn.io\/*"
        ]
    }
}