English Learner Kit

This extension helps learn phonetic transcription and pronunciation.

English Learner Kitคืออะไร?

English Learner Kit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrey Cheptsov และคุณลักษณะหลักของมันคือ "This extension helps learn phonetic transcription and pronunciation."

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

screenshot

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

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

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

                        To see transcription for a word on the page, move your mouse over it and hold the Ctrl (Cmd for OS X) key. Hold the mouse longer to listen the pronunciation.

Click on a word holding the Ctrl (Cmd for OS X) key to add it to the favorites (or to remove it from the favorites).

Please submit bug reports and pull requests to https://github.com/cheptsov/english-learner-kit/issues                    

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

ชื่อ English Learner Kit English Learner Kit
ID afmaganbgpebidpiahknfcgbhegckaao
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao
คำอธิบาย This extension helps learn phonetic transcription and pronunciation.
ขนาดไฟล์ 38.75 KB
จำนวนการติดตั้ง 121
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2014-07-04
วันที่เผยแพร่ 2014-07-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Andrey Cheptsov
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "English Learner Kit",
    "description": "This extension helps learn phonetic transcription and pronunciation.",
    "version": "1.0.11",
    "permissions": [
        "https:\/\/dictionary.yandex.net\/",
        "storage",
        "notifications",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "graduation-cap_999999_19.png",
            "38": "graduation-cap_999999_38.png"
        }
    }
}