Reading Time

Read smart. Tells you how long a webpage takes to read.

What is Reading Time?

Reading Time is a Chrome extension developed by Oscar de Dios, and its main feature is "Read smart. Tells you how long a webpage takes to read.".

Extension Screenshots

screenshot

Download Reading Time Extension CRX File

Download Reading Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
Official URL https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
Description Read smart. Tells you how long a webpage takes to read.
File Size 161 KB
Installation Count 139
Current Version 1.0.5
Last Updated 2014-05-26
Publish Date 2014-05-26
Rating 3.11/5 Total 9 Ratings
Developer Oscar de Dios
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.noteboardapp.com/policy
Supported Languages 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"
    ]
}