Language Project

Learn languages with comprehensible input

Language Project क्या है?

Language Project https://easytolearn.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn languages with comprehensible input"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Language Project एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}