English Learner Kit
This extension helps learn phonetic transcription and pronunciation.
Vad är English Learner Kit?
English Learner Kit är en Chrome-tillägg utvecklad av Andrey Cheptsov, och dess huvudfunktion är "This extension helps learn phonetic transcription and pronunciation.".
Tilläggsskärmbilder
Ladda ner English Learner Kit-förlängningens CRX-fil
Ladda ner English Learner Kit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ![]() |
ID | afmaganbgpebidpiahknfcgbhegckaao |
Officiell webbadress | https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao |
Beskrivning | This extension helps learn phonetic transcription and pronunciation. |
Filstorlek | 38.75 KB |
Antal Installationer | 121 |
Aktuell Version | 1.0.11 |
Senast Uppdaterad | 2014-07-04 |
Publiceringsdatum | 2014-07-04 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Andrey Cheptsov |
Betalningssätt | free |
Stödda Språk | 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" } } } |