Talkify

Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language

O que é Talkify?

Talkify é uma extensão do Chrome desenvolvida por https://talkify.net, e sua principal característica é "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Talkify

Baixe arquivos de extensão Talkify 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 simplifies the usage of the popular Talkify text to speech service by opening your active tab in a new Talkify-tab. It allows you to listen to just about any webpage with just one click.

Talkify has support for a vast amount of languages and aids your listening with text highlighting and natural sounding voices, perfect for students or people with visual impairment.                    

Informações Básicas da Extensão

Nome Talkify Talkify
ID kgfjafdahhkoiabgaappgdnojpgjbahi
URL Oficial https://chromewebstore.google.com/detail/talkify/kgfjafdahhkoiabgaappgdnojpgjbahi
Descrição Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language
Tamanho do Arquivo 4.55 KB
Contagem de Instalações 2,219
Versão Atual 1.0
Última Atualização 2017-04-05
Data de Publicação 2017-04-05
Classificação 3.71/5 Total de 14 Avaliações
Desenvolvedor https://talkify.net
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda http://talkify.net/contact
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Talkify",
    "description": "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language",
    "version": "1.0",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Open in Talkify"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}