FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
What is FlowRead?
FlowRead is a Chrome extension developed by Gloablike, and its main feature is "Flow with the page as your read while the content is being automatically scrolled for you".
Extension Screenshots
Download FlowRead Extension CRX File
Download FlowRead extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
Official URL | https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb |
Description | Flow with the page as your read while the content is being automatically scrolled for you |
File Size | 12.51 KB |
Installation Count | 4,771 |
Current Version | 0.1 |
Last Updated | 2015-05-22 |
Publish Date | 2015-05-22 |
Rating | 4.25/5 Total 8 Ratings |
Developer | Gloablike |
Payment Type | free |
Supported Languages | 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 } |