FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
Что такое FlowRead?
FlowRead - это расширение Chrome, разработанное Gloablike, и его основная функция - "Flow with the page as your read while the content is being automatically scrolled for you".
Снимки экрана расширения
Скачать файл CRX расширения FlowRead
Скачайте файлы расширений FlowRead в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Need a hands-free reading experience? This extension will allow reading of any page while the content is being automatically scrolled down as you read. Great accessibility tool for handicaps.
Основная информация о расширении
Название | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
Официальный URL | https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb |
Описание | Flow with the page as your read while the content is being automatically scrolled for you |
Размер файла | 12.51 KB |
Количество установок | 4,771 |
Текущая Версия | 0.1 |
Последнее Обновление | 2015-05-22 |
Дата публикации | 2015-05-22 |
Рейтинг | 4.25/5 Всего 8 оценок |
Разработчик | Gloablike |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "FlowRead" }, "name": "FlowRead", "description": "Flow with the page as your read while the content is being automatically scrolled for you", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |