English Learner Kit
This extension helps learn phonetic transcription and pronunciation.
O que é English Learner Kit?
English Learner Kit é uma extensão do Chrome desenvolvida por Andrey Cheptsov, e sua principal característica é "This extension helps learn phonetic transcription and pronunciation.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão English Learner Kit
Baixe arquivos de extensão English Learner Kit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ![]() |
ID | afmaganbgpebidpiahknfcgbhegckaao |
URL Oficial | https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao |
Descrição | This extension helps learn phonetic transcription and pronunciation. |
Tamanho do Arquivo | 38.75 KB |
Contagem de Instalações | 121 |
Versão Atual | 1.0.11 |
Última Atualização | 2014-07-04 |
Data de Publicação | 2014-07-04 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Andrey Cheptsov |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } } |