FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
¿Qué es FlowRead?
FlowRead es una extensión de Chrome desarrollada por Gloablike, y su función principal es "Flow with the page as your read while the content is being automatically scrolled for you".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FlowRead
Descarga archivos de extensión FlowRead en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
URL Oficial | https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb |
Descripción | Flow with the page as your read while the content is being automatically scrolled for you |
Tamaño del Archivo | 12.51 KB |
Cantidad de Instalaciones | 4,771 |
Versión Actual | 0.1 |
Última Actualización | 2015-05-22 |
Fecha de Publicación | 2015-05-22 |
Calificación | 4.25/5 Total de 8 Calificaciones |
Desarrollador | Gloablike |
Tipo de Pago | free |
Idiomas Soportados | 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 } |