Laz-eReader

This extension reads the current page

O que é Laz-eReader?

Laz-eReader é uma extensão do Chrome desenvolvida por QuickCode, e sua principal característica é "This extension reads the current page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Laz-eReader

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

                        We developed Laz-eReader to give the user the ability to consume article-based media without needing to read. You can listen to the contents of any article on the web as our extension reads to you-- without the distraction of ads or suggested stories that fill the page, and without eye strain in long browsing sessions.

    Simply open the article you want to have read to you, click on the extension in the upper-right corner and click “READ” and both the title and the contents of the article will be read aloud. Our website (and extension) also have the functionality to read a text file that you provide in the same fashion.                    

Informações Básicas da Extensão

Nome Laz-eReader Laz-eReader
ID dlaeaiajnbhnmkploalddlanahilegal
URL Oficial https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal
Descrição This extension reads the current page
Tamanho do Arquivo 29.61 KB
Contagem de Instalações 205
Versão Atual 2.0
Última Atualização 2017-04-08
Data de Publicação 2017-04-08
Desenvolvedor QuickCode
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": "Laz-eReader",
    "description": "This extension reads the current page",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "responsive-voice.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/www.mercury.postlight.com\/*"
    ]
}