Selection Reader (Text to Speech)

High quality text-to-speech reader capable of seamlessly reading large amounts of text.

O que é Selection Reader (Text to Speech)?

Selection Reader (Text to Speech) é uma extensão do Chrome desenvolvida por David Heaney, e sua principal característica é "High quality text-to-speech reader capable of seamlessly reading large amounts of text.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Selection Reader (Text to Speech)

Baixe arquivos de extensão Selection Reader (Text to Speech) 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

                        Other text to speech extensions are bloated, slow, and often critically flawed- they're unable to read out more than around 250 characters at a time without cutting out! Not to mention the shady permissions they require.

Selection Reader is simple, fast, and can read out near-unlimited text at once. Just select the text and right click!                    

Informações Básicas da Extensão

Nome Selection Reader (Text to Speech) Selection Reader (Text to Speech)
ID fdffijlhedcdiblbingmagmdnokokgbi
URL Oficial https://chromewebstore.google.com/detail/selection-reader-text-to/fdffijlhedcdiblbingmagmdnokokgbi
Descrição High quality text-to-speech reader capable of seamlessly reading large amounts of text.
Tamanho do Arquivo 31.45 KB
Contagem de Instalações 377,503
Versão Atual 1.8.9
Última Atualização 2018-09-10
Data de Publicação 2018-09-08
Classificação 3.60/5 Total de 667 Avaliações
Desenvolvedor David Heaney
Tipo de Pagamento free
Idiomas Suportados id,de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_shortname__",
    "author": "David Heaney",
    "description": "__MSG_manifest_description__",
    "version": "1.8.9",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "read.js",
            "buy.js"
        ]
    },
    "icons": {
        "16": "icons\/regular\/icon16.png",
        "48": "icons\/regular\/icon48.png",
        "128": "icons\/regular\/icon128.png"
    },
    "browser_action": [],
    "default_locale": "en",
    "minimum_chrome_version": "40",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "offline_enabled": false,
    "manifest_version": 2
}