English Learner Kit
This extension helps learn phonetic transcription and pronunciation.
Wat is English Learner Kit?
English Learner Kit is een Chrome-extensie ontwikkeld door Andrey Cheptsov, en de belangrijkste functie is "This extension helps learn phonetic transcription and pronunciation.".
Extensie Screenshots
Download het CRX-bestand van de extensie English Learner Kit
Download English Learner Kit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ![]() |
ID | afmaganbgpebidpiahknfcgbhegckaao |
Officiële URL | https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao |
Beschrijving | This extension helps learn phonetic transcription and pronunciation. |
Bestandsgrootte | 38.75 KB |
Aantal Installaties | 121 |
Huidige Versie | 1.0.11 |
Laatst Bijgewerkt | 2014-07-04 |
Publicatiedatum | 2014-07-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Andrey Cheptsov |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |