The People’s Sound
An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).
O que é The People’s Sound?
The People’s Sound é uma extensão do Chrome desenvolvida por Ivan Ukhov, e sua principal característica é "An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The People’s Sound
Baixe arquivos de extensão The People’s Sound 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
The People’s Dictionary or Folkets lexikon in Swedish is a comprehensive English–Swedish dictionary maintained by KTH, the Royal Institute of Technology, in Stockholm. Unfortunately, it is very inconvenient to listen to words’ pronunciations in this dictionary: once you click the corresponding little speakerphone, you end up on a new page with a huge speakerphone in the middle which you need to click to listen to the pronunciation. The People’s Sound extension for Google Chrome allows you to do the same but in one click and without leaving the main page of the dictionary. Just hover your mouse over a little speakerphone, click it, and enjoy!
Informações Básicas da Extensão
Nome | |
ID | jcohdiafegenfeehhcffkgeihpkcilmm |
URL Oficial | https://chrome.google.com/webstore/detail/the-people%E2%80%99s-sound/jcohdiafegenfeehhcffkgeihpkcilmm |
Descrição | An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon). |
Tamanho do Arquivo | 39.81 KB |
Contagem de Instalações | 70 |
Versão Atual | 0.0.0.6 |
Última Atualização | 2016-01-31 |
Data de Publicação | 2016-01-31 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Ivan Ukhov |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/IvanUkhov/the-peoples-sound |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The People\u2019s Sound", "description": "An easy way to listen to pronunciations in the People\u2019s Dictionary (Folkets lexikon).", "version": "0.0.0.6", "icons": { "128": "logo128.png" }, "author": [ { "name": "Ivan Ukhov" } ], "content_scripts": [ { "js": [ "jquery.min.js", "sound.js" ], "matches": [ "http:\/\/folkets-lexikon.csc.kth.se\/**" ], "run_at": "document_start" } ] } |