FlowRead

Flow with the page as your read while the content is being automatically scrolled for you

O que é FlowRead?

FlowRead é uma extensão do Chrome desenvolvida por Gloablike, e sua principal característica é "Flow with the page as your read while the content is being automatically scrolled for you".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FlowRead

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

                        Need a hands-free reading experience? This extension will allow reading of any page while the content is being automatically scrolled down as you read. Great accessibility tool for handicaps.                    

Informações Básicas da Extensão

Nome FlowRead FlowRead
ID lnkijijhilfpgfdfglidfdgbpaeihamb
URL Oficial https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb
Descrição Flow with the page as your read while the content is being automatically scrolled for you
Tamanho do Arquivo 12.51 KB
Contagem de Instalações 4,771
Versão Atual 0.1
Última Atualização 2015-05-22
Data de Publicação 2015-05-22
Classificação 4.25/5 Total de 8 Avaliações
Desenvolvedor Gloablike
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "FlowRead"
    },
    "name": "FlowRead",
    "description": "Flow with the page as your read while the content is being automatically scrolled for you",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}