English Learner Kit
This extension helps learn phonetic transcription and pronunciation.
What is English Learner Kit?
English Learner Kit is a Chrome extension developed by Andrey Cheptsov, and its main feature is "This extension helps learn phonetic transcription and pronunciation.".
Extension Screenshots
Download English Learner Kit Extension CRX File
Download English Learner Kit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | afmaganbgpebidpiahknfcgbhegckaao |
Official URL | https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao |
Description | This extension helps learn phonetic transcription and pronunciation. |
File Size | 38.75 KB |
Installation Count | 121 |
Current Version | 1.0.11 |
Last Updated | 2014-07-04 |
Publish Date | 2014-07-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Andrey Cheptsov |
Payment Type | free |
Supported Languages | 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" } } } |