Selection Reader
Selection Reader allows to speak the content in the web page with various voice control options.
O que é Selection Reader?
Selection Reader é uma extensão do Chrome desenvolvida por Arun Kumar Sekar, e sua principal característica é "Selection Reader allows to speak the content in the web page with various voice control options.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Selection Reader
Baixe arquivos de extensão Selection Reader 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
Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.
Informações Básicas da Extensão
Nome | |
ID | eojegnppbmmnknbmnjgifjjehjlmdcoe |
URL Oficial | https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe |
Descrição | Selection Reader allows to speak the content in the web page with various voice control options. |
Tamanho do Arquivo | 105 KB |
Contagem de Instalações | 16,794 |
Versão Atual | 2.1 |
Última Atualização | 2017-11-29 |
Data de Publicação | 2017-11-29 |
Classificação | 4.22/5 Total de 9 Avaliações |
Desenvolvedor | Arun Kumar Sekar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Reader", "version": "2.1", "description": "Selection Reader allows to speak the content in the web page with various voice control options.", "permissions": [ "tts", "contextMenus", "storage" ], "icons": { "128": "img\/speak128.png", "48": "img\/speak64.png", "16": "img\/speak16.png" }, "browser_action": { "default_icon": "img\/speak32.png", "default_popup": "index.html", "default_title": "Selection Reader" }, "background": { "scripts": [ "js\/background.js" ] } } |