TimeToRead

Adds tags describing time needed to read to articles in Pocket

O que é TimeToRead?

TimeToRead é uma extensão do Chrome desenvolvida por Przemysław Rumik, e sua principal característica é "Adds tags describing time needed to read to articles in Pocket".

Baixar o arquivo CRX da Extensão TimeToRead

Baixe arquivos de extensão TimeToRead 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 tags saying how long will you need to read articles in Pocket.
Extension doesn't have any UI, it will only ask you for authentication in Pocket. From this moment it will try to retrieve list of your articles from Pocket, and will try to add tags saying about how long it will take to read.
You will see tags: "1 minute or less", "2 minutes or less", "5 minutes or less", "10 minutes or less", "15 minutes or less", "30 minutes or less" and "30+ minutes".
Extension will assume that you read 200 words per minute.
If you like, you may download source code of extension from here https://github.com/przemelek/TimeToRead                    

Informações Básicas da Extensão

Nome TimeToRead TimeToRead
ID pnoopjphmiljaepnghokldgckdkmmgea
URL Oficial https://chrome.google.com/webstore/detail/timetoread/pnoopjphmiljaepnghokldgckdkmmgea
Descrição Adds tags describing time needed to read to articles in Pocket
Tamanho do Arquivo 7.36 KB
Contagem de Instalações 288
Versão Atual 0.0.4
Última Atualização 2017-12-03
Data de Publicação 2017-12-03
Classificação 4.53/5 Total de 17 Avaliações
Desenvolvedor Przemysław Rumik
Tipo de Pagamento free
Site da Extensão https://github.com/przemelek/TimeToRead
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TimeToRead",
    "version": "0.0.4",
    "description": "Adds tags describing time needed to read to articles in Pocket",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "oauth.html",
        "oauth.js"
    ]
}