FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
Cos'è FlowRead?
FlowRead è un'estensione di Chrome sviluppata da Gloablike, e la sua funzione principale è "Flow with the page as your read while the content is being automatically scrolled for you".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FlowRead
Scarica i file di estensione FlowRead in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
URL Ufficiale | https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb |
Descrizione | Flow with the page as your read while the content is being automatically scrolled for you |
Dimensione del File | 12.51 KB |
Conteggio Installazioni | 4,771 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-05-22 |
Data di Pubblicazione | 2015-05-22 |
Valutazione | 4.25/5 Totale 8 Valutazioni |
Sviluppatore | Gloablike |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |