Reading progress indicator in minutes

Shows reading progress in minutes left at the bottom of the page

O que é Reading progress indicator in minutes?

Reading progress indicator in minutes é uma extensão do Chrome desenvolvida por @matstc, e sua principal característica é "Shows reading progress in minutes left at the bottom of the page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reading progress indicator in minutes

Baixe arquivos de extensão Reading progress indicator in minutes 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

                        Shows a small progress indicator at the bottom of the page. The indicator shows a rough approximation of how many minutes of reading are left before reaching the end of the document.

The simple algorithm assumes a reading speed of 250 words per minute.

This extension does not work on fancy websites that play with scrolling and overflow.                    

Informações Básicas da Extensão

Nome Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
URL Oficial https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Descrição Shows reading progress in minutes left at the bottom of the page
Tamanho do Arquivo 390 KB
Contagem de Instalações 35
Versão Atual 1.2
Última Atualização 2014-02-12
Data de Publicação 2014-02-12
Desenvolvedor @matstc
Tipo de Pagamento free
Site da Extensão https://github.com/matstc/reading-progress-in-minutes-crx
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading progress indicator in minutes",
    "description": "Shows reading progress in minutes left at the bottom of the page",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}