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 - это расширение Chrome, разработанное @matstc, и его основная функция - "Shows reading progress in minutes left at the bottom of the page".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Reading progress indicator in minutes

Скачайте файлы расширений 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"
            ]
        }
    ]
}