English Learner Kit
This extension helps learn phonetic transcription and pronunciation.
Qu'est-ce que English Learner Kit ?
English Learner Kit est une extension Chrome développée par Andrey Cheptsov, et sa fonction principale est "This extension helps learn phonetic transcription and pronunciation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension English Learner Kit
Téléchargez les fichiers d'extension English Learner Kit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ![]() |
ID | afmaganbgpebidpiahknfcgbhegckaao |
URL Officiel | https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao |
Description | This extension helps learn phonetic transcription and pronunciation. |
Taille du Fichier | 38.75 KB |
Nombre d'Installations | 121 |
Version Actuelle | 1.0.11 |
Dernière Mise à Jour | 2014-07-04 |
Date de Publication | 2014-07-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Andrey Cheptsov |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |