Read Time Estimator

Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time

Что такое Read Time Estimator?

Read Time Estimator - это расширение Chrome, разработанное https://bashvlas.com, и его основная функция - "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Read Time Estimator

Скачайте файлы расширений Read Time Estimator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is a very simple chrome extension which allows you to estimate the amount of time it will take you to read a particular text. Select Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time.                    

Основная информация о расширении

Название Read Time Estimator Read Time Estimator
ID dbkmhaamlapkjabaieclhlofhnaoccmb
Официальный URL https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb
Описание Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Размер файла 12.08 KB
Количество установок 5,339
Текущая Версия 1.1.5
Последнее Обновление 2020-03-25
Дата публикации 2020-03-25
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://bashvlas.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/copycurate/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Time Estimator",
    "short_name": "Read Time Estimator",
    "description": "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time",
    "version": "1.1.5",
    "icons": {
        "128": "img\/document_clock.png",
        "16": "img\/small_clock.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}