Reading Time
Read smart. Tells you how long a webpage takes to read.
O que é Reading Time?
Reading Time é uma extensão do Chrome desenvolvida por Oscar de Dios, e sua principal característica é "Read smart. Tells you how long a webpage takes to read.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reading Time
Baixe arquivos de extensão 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
This extension calculates the time for reading an article. It uses calls to www.diffbot.com to only take in account the real content, it doesn't count words of adds , comments, etc. In the options page you can change the speed reading. You can activate too the "Automatically Load" mode. This mode reads in background every page you visit and if the time for reading is greater than three minutes it shows you this time. In this mode the extensions do a call to diffbot.com for every page you visit.
Informações Básicas da Extensão
Nome | Reading Time |
ID | afkinjejdkdhjmclmmhaegfhbdcoohdg |
URL Oficial | https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg |
Descrição | Read smart. Tells you how long a webpage takes to read. |
Tamanho do Arquivo | 161 KB |
Contagem de Instalações | 139 |
Versão Atual | 1.0.5 |
Última Atualização | 2014-05-26 |
Data de Publicação | 2014-05-26 |
Classificação | 3.11/5 Total de 9 Avaliações |
Desenvolvedor | Oscar de Dios |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.noteboardapp.com/policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reading Time", "manifest_version": 2, "version": "1.0.5", "short_name": "Reading Time", "icons": { "48": "book.png" }, "description": "Read smart. Tells you how long a webpage takes to read.", "background": { "page": "background.html" }, "browser_action": { "default_title": "Reading Time", "default_icon": "book.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "options.html", "web_accessible_resources": [ "img\/ajax-loader.gif" ] } |