Blipread: page reading time
Page reading time in a minimal package.
Что такое Blipread: page reading time?
Blipread: page reading time - это расширение Chrome, разработанное https://intenseminimalism.com, и его основная функция - "Page reading time in a minimal package.".
Снимки экрана расширения
Скачать файл CRX расширения Blipread: page reading time
Скачайте файлы расширений Blipread: page reading time в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Blipread is a simple way to see how long it takes for you to read a page. How much time do you have? Read now or later? Here's the answer. This extension should work on Windows, Mac and Linux. FEATURES — • displays in the toolbar the time in minutes to read the page • your reading speed can be adjusted HOW IT WORKS — This extension counts the number of words on the page, and using the reading speed provided estimates how long it will take for you to read the whole page. While it's likely there are more words on the page that aren't strictly content, it's still a useful indication once adjusted for your reading speed in words per minute. REQUESTS AND BUGS — Please notify me here: https://github.com/folletto/Blipread/issues
Основная информация о расширении
Название | Blipread: page reading time |
ID | pimmlmgpidiceckodhdifoppcidlndbp |
Официальный URL | https://chromewebstore.google.com/detail/blipread-page-reading-tim/pimmlmgpidiceckodhdifoppcidlndbp |
Описание | Page reading time in a minimal package. |
Размер файла | 15.13 KB |
Количество установок | 867 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2023-12-28 |
Дата публикации | 2019-11-14 |
Рейтинг | 4.67/5 Всего 9 оценок |
Разработчик | https://intenseminimalism.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://github.com/folletto/Blipread/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Blipread: page reading time", "short_name": "Blipread", "version": "1.0.5", "description": "Page reading time in a minimal package.", "author": "Erin Casali", "options_page": "options\/index.html", "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "action": { "default_title": "Minutes required for you to read this page" }, "background": { "service_worker": "js\/service_worker.js", "type": "module" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ " |