speakIt

This extension will speak up the text which you have selected.

O que é speakIt?

speakIt é uma extensão do Chrome desenvolvida por https://akashbijwe.github.io, e sua principal característica é "This extension will speak up the text which you have selected.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão speakIt

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

                        speakIt powers to read the text on your screen aloud & it can be used in any webpage.
To use SpeakIt select any text and the right click on the selected text & click on Speak.

Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)                    

Informações Básicas da Extensão

Nome speakIt speakIt
ID kolhkkbkekanfnkhbmahmeemhlcknilk
URL Oficial https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk
Descrição This extension will speak up the text which you have selected.
Tamanho do Arquivo 12.58 KB
Contagem de Instalações 3,186
Versão Atual 1.1
Última Atualização 2019-03-04
Data de Publicação 2019-03-04
Classificação 2.67/5 Total de 6 Avaliações
Desenvolvedor https://akashbijwe.github.io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "speakIt",
    "version": "1.1",
    "description": "This extension will speak up the text which you have selected.",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}