OkaySpeak
Right click and select the text you want us to speak out.
O que é OkaySpeak?
OkaySpeak é uma extensão do Chrome desenvolvida por okayramesh, e sua principal característica é "Right click and select the text you want us to speak out.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OkaySpeak
Baixe arquivos de extensão OkaySpeak 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 sole purpose of the speakit exntension is to speak loadly the selected text. This is to help the online reader who reads news, educational content or any other informtion on the web and struggle to pronounce the new/difficult words. 'Speakit' will help you, it will read out loudly the word for you so you do not quit your reading just because you are not able to prounounce a word.
Informações Básicas da Extensão
Nome | OkaySpeak |
ID | hgnfaglopnogfojdnhcljcagcmjalhba |
URL Oficial | https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba |
Descrição | Right click and select the text you want us to speak out. |
Tamanho do Arquivo | 10.09 KB |
Contagem de Instalações | 610 |
Versão Atual | 1.1 |
Última Atualização | 2019-09-22 |
Data de Publicação | 2019-09-22 |
Classificação | 3.50/5 Total de 4 Avaliações |
Desenvolvedor | okayramesh |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "OkaySpeak", "short_name": "Speak loudly", "description": "Right click and select the text you want us to speak out.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "contextMenus", "tts" ] } |