Screen Reader for Google Chrome
This extension provides aid for the visually impaired people.
O que é Screen Reader for Google Chrome?
Screen Reader for Google Chrome é uma extensão do Chrome desenvolvida por Pawel Psztyc, e sua principal característica é "This extension provides aid for the visually impaired people.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Screen Reader for Google Chrome
Baixe arquivos de extensão Screen Reader for Google Chrome 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 extensions allow you to click on a text on a web page to read it aloud using the built-in text-to-speech (TTS) service. You can configure which TTS service to use by clicking on the extension's icon and selecting your favorite voice from the configuration dialog. It is a Google Hackathon 2012 in Warsaw, Poland, Chrome extension. Each operating system has a text-to-speech service, so consider using them first. If you need a new feature or spot an issue, you can report it on my GitHub page. I will respond as soon as possible. Remember that it is a side project, and I may have other priorities. But I will try to help as much as I can.
Informações Básicas da Extensão
Nome | Screen Reader for Google Chrome |
ID | nddfhonnmhcldcbmhbdldfpkbfpgjoeh |
URL Oficial | https://chromewebstore.google.com/detail/screen-reader-for-google/nddfhonnmhcldcbmhbdldfpkbfpgjoeh |
Descrição | This extension provides aid for the visually impaired people. |
Tamanho do Arquivo | 195 KB |
Contagem de Instalações | 10,222 |
Versão Atual | 0.8.0 |
Última Atualização | 2023-12-12 |
Data de Publicação | 2015-01-08 |
Classificação | 2.32/5 Total de 53 Avaliações |
Desenvolvedor | Pawel Psztyc |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://docs.google.com/document/d/17TsJl75HnVp7m970j_8bbWJD-2vvg7_MqEtHkp-k1mM/edit?usp=sharing |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Reader for Google Chrome", "short_name": "Screen Reader", "version": "0.8.0", "manifest_version": 3, "description": "This extension provides aid for the visually impaired people.", "default_locale": "en", "minimum_chrome_version": "120", "icons": { "32": "img\/32x32-on.png", "48": "img\/48x48-on.png", "128": "img\/128x128-on.png" }, "background": { "service_worker": "src\/worker.js", "type": "module" }, "permissions": [ "storage", "tts" ], "content_scripts": [ { "matches": [ " |