Read aloud with auto language detection

Text-to-speech web reader

O que é Read aloud with auto language detection?

Read aloud with auto language detection é uma extensão do Chrome desenvolvida por Hatsevich Software, e sua principal característica é "Text-to-speech web reader".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Read aloud with auto language detection

Baixe arquivos de extensão Read aloud with auto language detection 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

                        This extension helps you read aloud websites by using Google Chrome text-to-speech engine.
It can automatically detect the language of current sentence (currently English or Russian).
It can be conveniently controlled with keyboard shortcuts.

How to use:
Quick start: select any piece of web page where you want to start reading and press Alt+R (or click the extension icon). Extension widget will appear and will start reading. Mouse over the widget to see all the options and keyboard shortcuts.

Demo (in Russian): https://www.youtube.com/watch?v=Nnxh91ryrdU                    

Informações Básicas da Extensão

Nome Read aloud with auto language detection Read aloud with auto language detection
ID iaeiplcjdnogoipoblmicfocnhfobpmi
URL Oficial https://chromewebstore.google.com/detail/read-aloud-with-auto-lang/iaeiplcjdnogoipoblmicfocnhfobpmi
Descrição Text-to-speech web reader
Tamanho do Arquivo 62.32 KB
Contagem de Instalações 2,000
Versão Atual 0.0.0.6
Última Atualização 2021-08-11
Data de Publicação 2020-08-25
Classificação 3.67/5 Total de 9 Avaliações
Desenvolvedor Hatsevich Software
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read aloud with auto language detection",
    "version": "0.0.0.6",
    "description": "Text-to-speech web reader",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+R"
            }
        }
    },
    "icons": {
        "16": "loudspeaker 16.png",
        "32": "loudspeaker 32.png",
        "48": "loudspeaker 48.png",
        "128": "loudspeaker 128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "loudspeaker 512.png"
    },
    "manifest_version": 2
}