SpeedReader

The easiest way to learn to speed read

O que é SpeedReader?

SpeedReader é uma extensão do Chrome desenvolvida por nicolas.toscano, e sua principal característica é "The easiest way to learn to speed read".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SpeedReader

Baixe arquivos de extensão SpeedReader 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 extension adds vertical lines to the paragraphs of the current webpage to train speed reading. 
Based on the Tim Ferriss "How to Triple Your Reading Speed in 20 Minutes" video:

 https://www.youtube.com/watch?v=jeOHqI9SqOI                    

Informações Básicas da Extensão

Nome SpeedReader SpeedReader
ID jigjffjnfiikefbmfcnffbinngepkaik
URL Oficial https://chromewebstore.google.com/detail/speedreader/jigjffjnfiikefbmfcnffbinngepkaik
Descrição The easiest way to learn to speed read
Tamanho do Arquivo 91.96 KB
Contagem de Instalações 408
Versão Atual 2.0
Última Atualização 2015-08-05
Data de Publicação 2015-08-04
Classificação 2.67/5 Total de 3 Avaliações
Desenvolvedor nicolas.toscano
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedReader",
    "description": "The easiest way to learn to speed read",
    "version": "2.0",
    "browser_action": {
        "default_icon": "SR.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ]
}