iRead4u

Reads (text to speech) the currently highlighted text on the screen (current tab)

O que é iRead4u?

iRead4u é uma extensão do Chrome desenvolvida por deep4788, e sua principal característica é "Reads (text to speech) the currently highlighted text on the screen (current tab)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão iRead4u

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

                        Reads the currently highlighted text on the screen; converts highlighted text to speech.

Highlight the text you want to be read and do either of:
- Press [Alt+Shift+S] or
- Click on the extension's icon


Follow me on:
- Twitter: https://twitter.com/?lang=en
- GitHub: https://github.com/deep4788                    

Informações Básicas da Extensão

Nome iRead4u iRead4u
ID pkmbaacpdcnaaeeddokcpdahdokceppb
URL Oficial https://chromewebstore.google.com/detail/iread4u/pkmbaacpdcnaaeeddokcpdahdokceppb
Descrição Reads (text to speech) the currently highlighted text on the screen (current tab)
Tamanho do Arquivo 214 KB
Contagem de Instalações 1,000
Versão Atual 1.5.0
Última Atualização 2016-11-02
Data de Publicação 2016-11-02
Classificação 2.00/5 Total de 12 Avaliações
Desenvolvedor deep4788
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iRead4u",
    "short_name": "iRead4u",
    "description": "Reads (text to speech) the currently highlighted text on the screen (current tab)",
    "version": "1.5.0",
    "manifest_version": 2,
    "author": "Deep Aggarwal ",
    "commands": {
        "read-highlighted": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Reads highlighted text on the screen (current tab)"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Read Highlighted Text"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    }
}