FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
Wat is FlowRead?
FlowRead is een Chrome-extensie ontwikkeld door Gloablike, en de belangrijkste functie is "Flow with the page as your read while the content is being automatically scrolled for you".
Extensie Screenshots
Download het CRX-bestand van de extensie FlowRead
Download FlowRead-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
Officiële URL | https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb |
Beschrijving | Flow with the page as your read while the content is being automatically scrolled for you |
Bestandsgrootte | 12.51 KB |
Aantal Installaties | 4,771 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-05-22 |
Publicatiedatum | 2015-05-22 |
Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Gloablike |
Betalingswijze | free |
Ondersteunde Talen | 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 } |