Page Reader

A completely free extension to read highlighted text via Text To Speech.

O que é Page Reader?

Page Reader é uma extensão do Chrome desenvolvida por Online Media Group, e sua principal característica é "A completely free extension to read highlighted text via Text To Speech.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Page Reader

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

                        This is a very easy to use Text To Speech extension. Simply highlight any section of text on your page, then click the extension icon on your Chrome toolbar and it will be read back to you. The extension is entirely free, and always will be.

Any and all feedback/suggestions are welcome, as I plan on continuing to update it as needed.                    

Informações Básicas da Extensão

Nome Page Reader Page Reader
ID afokdhhgekbckelmkfegdggbeohdbnge
URL Oficial https://chromewebstore.google.com/detail/page-reader/afokdhhgekbckelmkfegdggbeohdbnge
Descrição A completely free extension to read highlighted text via Text To Speech.
Tamanho do Arquivo 81.05 KB
Contagem de Instalações 11,903
Versão Atual 1.0
Última Atualização 2020-03-04
Data de Publicação 2020-03-03
Classificação 2.37/5 Total de 30 Avaliações
Desenvolvedor Online Media Group
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Reader",
    "version": "1.0",
    "description": "A completely free extension to read highlighted text via Text To Speech.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "activeTab",
        "alarms",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}