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
官方網址 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"
            ]
        }
    ]
}