Reading Time
Read smart. Tells you how long a webpage takes to read.
Wat is Reading Time?
Reading Time is een Chrome-extensie ontwikkeld door Oscar de Dios, en de belangrijkste functie is "Read smart. Tells you how long a webpage takes to read.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reading Time
Download Reading Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Reading Time |
ID | afkinjejdkdhjmclmmhaegfhbdcoohdg |
Officiële URL | https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg |
Beschrijving | Read smart. Tells you how long a webpage takes to read. |
Bestandsgrootte | 161 KB |
Aantal Installaties | 139 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2014-05-26 |
Publicatiedatum | 2014-05-26 |
Beoordeling | 3.11/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Oscar de Dios |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.noteboardapp.com/policy |
Ondersteunde Talen | 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" ] } |