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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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"
        }
    }
}