Pocket - Article Reading Time

Displays the estimated time it will take to read an article.

O que é Pocket - Article Reading Time?

Pocket - Article Reading Time é uma extensão do Chrome desenvolvida por Joseph Muia, e sua principal característica é "Displays the estimated time it will take to read an article.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pocket - Article Reading Time

Baixe arquivos de extensão Pocket - Article Reading Time 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

                                            

Informações Básicas da Extensão

Nome Pocket - Article Reading Time Pocket - Article Reading Time
ID lfhcmfgmiglibijdjlelmnfckmijpopg
URL Oficial https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg
Descrição Displays the estimated time it will take to read an article.
Tamanho do Arquivo 17.2 KB
Contagem de Instalações 604
Versão Atual 0.1
Última Atualização 2014-08-26
Data de Publicação 2014-08-26
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor Joseph Muia
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pocket - Article Reading Time",
    "description": "Displays the estimated time it will take to read an article.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.getpocket.com\/a\/*"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}