Reading progress indicator in minutes

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

什么是Reading progress indicator in minutes?

Reading progress indicator in minutes是由@matstc开发的Chrome扩展程序,该扩展的主要功能是“Shows reading progress in minutes left at the bottom of the page”。

扩展截图

screenshot

下载Reading progress indicator in minutes扩展crx文件

下载Reading progress indicator in minutes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
官方URL https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
简介 Shows reading progress in minutes left at the bottom of the page
文件大小 390 KB
安装次数 35
当前版本 1.2
更新时间 2014-02-12
上架时间 2014-02-12
开发者 @matstc
付费类型 free
扩展官网 https://github.com/matstc/reading-progress-in-minutes-crx
支持的语言 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"
            ]
        }
    ]
}