Reading progress indicator in minutes

Shows reading progress in minutes left at the bottom of the page

What is Reading progress indicator in minutes?

Reading progress indicator in minutes is a Chrome extension developed by @matstc, and its main feature is "Shows reading progress in minutes left at the bottom of the page".

Extension Screenshots

screenshot

Download Reading progress indicator in minutes Extension CRX File

Download Reading progress indicator in minutes 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

                        Shows a small progress indicator at the bottom of the page. The indicator shows a rough approximation of how many minutes of reading are left before reaching the end of the document.

The simple algorithm assumes a reading speed of 250 words per minute.

This extension does not work on fancy websites that play with scrolling and overflow.                    

Extension Basic Information

Name Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
Official URL https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Description Shows reading progress in minutes left at the bottom of the page
File Size 390 KB
Installation Count 35
Current Version 1.2
Last Updated 2014-02-12
Publish Date 2014-02-12
Developer @matstc
Payment Type free
Extension Website https://github.com/matstc/reading-progress-in-minutes-crx
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading progress indicator in minutes",
    "description": "Shows reading progress in minutes left at the bottom of the page",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}