Right Click to TTS

Speak highlighted text. Text to speach

O que é Right Click to TTS?

Right Click to TTS é uma extensão do Chrome desenvolvida por Odd, e sua principal característica é "Speak highlighted text. Text to speach".

Baixar o arquivo CRX da Extensão Right Click to TTS

Baixe arquivos de extensão Right Click to TTS 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

                        Simple Text To Speech Plugin

Select text and right click or press extension button to speak text.                    

Informações Básicas da Extensão

Nome Right Click to TTS Right Click to TTS
ID econbhkmgcdheboblimjmppkambklkfn
URL Oficial https://chrome.google.com/webstore/detail/right-click-to-tts/econbhkmgcdheboblimjmppkambklkfn
Descrição Speak highlighted text. Text to speach
Tamanho do Arquivo 9.47 KB
Contagem de Instalações 501
Versão Atual 1.0
Última Atualização 2017-11-14
Data de Publicação 2017-11-14
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor Odd
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Click to TTS",
    "description": "Speak highlighted text. Text to speach",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TextToSpeach"
    },
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2
}