Kypsis language immersion

Learn languages while browsing the web. The extension translates part of the webpages automatically to the chosen language.

ما هو Kypsis language immersion؟

Kypsis language immersion هو إضافة Chrome تم تطويرها بواسطة Kypsis، والميزة الرئيسية لها هي "Learn languages while browsing the web. The extension translates part of the webpages automatically to the chosen language.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kypsis language immersion

قم بتنزيل ملفات الامتداد Kypsis language immersion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Learning languages should be easy. This is why we created the Kypsis Language Immersion Extension for Chrome.

Now you can learn languages just by browsing the web. That way you'll learn the vocabulary you actually use and need to know.

+++ HOW IT WORKS +++

The extension translates a percentage of the text on web pages to the language you want to learn. It doesn’t translate the whole page as to not overwhelm you. This way you can determine the meaning of the word from context. To see the original word just hover the translation.

Note that when you print out a web page the translations are ignored - you’ll still be printing the original page.

+++ CUSTOMIZATION +++

- Choose between translating words or sentences
- Set the maximum percentage of the text to be translated
- Ignore the most frequently used words in English
- Over 60 languages to choose from
- Language auto-detection


+++ PRIVACY +++

We DO NOT collect statistics about the websites you visit and we never will. The warning dialog you see during installation comes from the fact that in order to translate part of the web pages it is necessary to first read the page and then send it to translation. Again - it is completely anonymous and we do not store (or even access to) any info from the web pages you visit.

However, in order to improve the service, we do collect anonymous data about the extension settings (the language to be translated to, for example).                    

معلومات أساسية عن التمديد

الاسم Kypsis language immersion Kypsis language immersion
ID ddkbjollcgaccneogdbnjadkcbocgcof
عنوان URL الرسمي https://chrome.google.com/webstore/detail/kypsis-language-immersion/ddkbjollcgaccneogdbnjadkcbocgcof
الوصف Learn languages while browsing the web. The extension translates part of the webpages automatically to the chosen language.
حجم الملف 28.4 KB
عدد التثبيتات 2,000
النسخة الحالية 1.1.1
آخر تحديث 2021-03-04
تاريخ النشر 2020-06-30
تقييم 2.79/5 مجموع تقييمات 34
المطور Kypsis
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.kypsis.com/en/language_immersion
عنوان صفحة المساعدة http://www.kypsis.com/en/feedback/new
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "permissions": [
            "webNavigation",
            "*:\/\/*\/*"
        ],
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Kypsis"
    },
    "content_scripts": [
        {
            "css": [
                "translated_text.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.amplitude.com; object-src 'self'",
    "description": "Learn languages while browsing the web. The extension translates part of the webpages automatically to the chosen language.",
    "homepage_url": "http:\/\/www.kypsis.com",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj3JyHvhBX9fnPeLrCfuBV3vX1icD0aWolIAjJioxeMO4vIeKJtIIV7d\/aXpAwa+16Bj5+rnOPqy4a8zj71DL\/3hPJAAGStMdd8Te42LmpL3BkGOcDCUfLgl0HR8BwjNnyTQrcSHk2vSkCNxDRnNI54pg\/pLkcwNbhEUjlG8OopvlB3C3HrdxtW3rmYAtq5fWM5GU4YGKrVGKHD9VxTa2ceZQuL6RhDnyUcelgVjZyRir6IXPvzkJSRbtWlfBjuiGLi\/YJwKKr12iRiP2uS5lZ241Yf8vTLSC7MSvRRMN0JwPDCP94344OXAR0Tn3mrkSKVW7vof7Va9\/6lLWuRVl2wIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "name": "Kypsis language immersion",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1"
}