English Learner Kit
This extension helps learn phonetic transcription and pronunciation.
Hvad er English Learner Kit?
English Learner Kit er en Chrome-udvidelse udviklet af Andrey Cheptsov, og dens hovedfunktion er "This extension helps learn phonetic transcription and pronunciation.".
Udvidelsesskærmbilleder
Download English Learner Kit-udvidelses-CRX-fil
Download English Learner Kit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | afmaganbgpebidpiahknfcgbhegckaao |
Officiel URL | https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao |
Beskrivelse | This extension helps learn phonetic transcription and pronunciation. |
Filstørrelse | 38.75 KB |
Antal Installationer | 121 |
Nuværende Version | 1.0.11 |
Senest Opdateret | 2014-07-04 |
Udgivelsesdato | 2014-07-04 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Andrey Cheptsov |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } |