English Learner Kit
This extension helps learn phonetic transcription and pronunciation.
Apa itu English Learner Kit?
English Learner Kit adalah ekstensi Chrome yang dikembangkan oleh Andrey Cheptsov, dan fitur utamanya adalah "This extension helps learn phonetic transcription and pronunciation.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi English Learner Kit
Unduh file ekstensi English Learner Kit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | afmaganbgpebidpiahknfcgbhegckaao |
URL Resmi | https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao |
Deskripsi | This extension helps learn phonetic transcription and pronunciation. |
Ukuran File | 38.75 KB |
Jumlah Instalasi | 121 |
Versi Saat Ini | 1.0.11 |
Terakhir Diperbarui | 2014-07-04 |
Tanggal Publikasi | 2014-07-04 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Andrey Cheptsov |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |