Speak It

Speak It app converts text into speech. Select text > Speak it

O que é Speak It?

Speak It é uma extensão do Chrome desenvolvida por Online Apps, e sua principal característica é "Speak It app converts text into speech. Select text > Speak it".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Speak It

Baixe arquivos de extensão Speak It 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

                        Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages.

How to use:
 1) select words or paragraphs
 2) right click on this text
 3) click Speak It to confirm in the context menu

Features:
 • Languages - English, German, Spanish, French, Portuguese, Russian
 • Rate 
 • Pitch
 • Volume                    

Informações Básicas da Extensão

Nome Speak It Speak It
ID amcnjejmdfilapnnfgnhnidhkififadk
URL Oficial https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk
Descrição Speak It app converts text into speech. Select text > Speak it
Tamanho do Arquivo 162 KB
Contagem de Instalações 72,668
Versão Atual 1.1.3
Última Atualização 2022-12-19
Data de Publicação 2020-06-02
Classificação 2.53/5 Total de 72 Avaliações
Desenvolvedor Online Apps
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.e-players.net/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.3",
    "name": "Speak It",
    "description": "Speak It app converts text into speech. Select text > Speak it",
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "tts",
        "storage"
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}