Learner's Dictionary Speaker
This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.
O que é Learner's Dictionary Speaker?
Learner's Dictionary Speaker é uma extensão do Chrome desenvolvida por largepuma, e sua principal característica é "This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Learner's Dictionary Speaker
Baixe arquivos de extensão Learner's Dictionary Speaker 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
Before when you refer words in Merriam-Webster's Advanced Learner's Dictionary, you click the speaker icon, pop up a window to play the sound the word. After installing the extension, when you click the speaker icon, you can play the sound of the word directly, avoid a popup window.
Informações Básicas da Extensão
Nome | ![]() |
ID | coldknllkdcippebgpiidlkcedhmhgdg |
URL Oficial | https://chrome.google.com/webstore/detail/learners-dictionary-speak/coldknllkdcippebgpiidlkcedhmhgdg |
Descrição | This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly. |
Tamanho do Arquivo | 4.35 KB |
Contagem de Instalações | 197 |
Versão Atual | 1.3 |
Última Atualização | 2013-08-26 |
Data de Publicação | 2013-08-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | largepuma |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Learner's Dictionary Speaker", "description": "This extension enable M-W Learner's Dictionary(http:\/\/www.learnersdictionary.com\/) speak directly.", "version": "1.3", "content_scripts": [ { "matches": [ "http:\/\/www.learnersdictionary.com\/search\/*" ], "js": [ "content_script.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "http:\/\/www.learnersdictionary.com\/" ] } |