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"
            ]
        }
    ]
}