KAPolyglott

KA Polyglott helps foreign language speakers to learn on Khan Academy by giving access to translations in other languages

KAPolyglottคืออะไร?

KAPolyglott เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kadeutsch.org และคุณลักษณะหลักของมันคือ "KA Polyglott helps foreign language speakers to learn on Khan Academy by giving access to translations in other languages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KAPolyglott

ดาวน์โหลดไฟล์ส่วนขยาย KAPolyglott ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Khan Academy is not only a unique website to learn just about anything! There is probably no other e-learning websites which has been translated into so many languages ​​and more are still actively beeing translated to.

Out of this we create KA Polyglott, a unique tool for refugees to close their gaps in mathematics and at the same time learn the any other language. We develop an Webbrowser Extension for khanacademy.org where a foreign language speaker can simply see and watch the translation of texts and videos to his native language.

The current prototype is a technology demonstrator. And demonstrates the following functions on the following tutorial:
https://de.khanacademy.org/math/arithmetic/addition-subtraction/basic_addition/v/basic-addition

1. Title and descriptions of videos can be viewed with just a mouse click in various languages. Thanks to a text-to-speech engine, this can also be played audibly.

2. Trough Flags, displayed at the right side, the learner which did not understand a video in German, can easily switch to the the video in his native language or any other language which he understands.

Note: This is not an official Khan Academy application!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ KAPolyglott KAPolyglott
ID okdfmpojjligcllicjkpioaoaagmbgfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kapolyglott/okdfmpojjligcllicjkpioaoaagmbgfi
คำอธิบาย KA Polyglott helps foreign language speakers to learn on Khan Academy by giving access to translations in other languages
ขนาดไฟล์ 1018 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2016-11-06
วันที่เผยแพร่ 2016-11-06
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.kadeutsch.org
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://de.khanacademy.org/math/arithmetic/addition-subtraction/basic_addition/v/basic-addition
URL หน้าช่วยเหลือ https://www.kadeutsch.org/khan-academy-fuer-fluechtlinge/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "KAPolyglott",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "KA Polyglott helps foreign language speakers to learn on Khan Academy by giving access to translations in other languages",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ka-polyglott\/okdfmpojjligcllicjkpioaoaagmbgfi",
    "version": "0.0.3",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "KA Polyglott - Khan Academy for language learners"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}