FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
Qu'est-ce que FlowRead ?
FlowRead est une extension Chrome développée par Gloablike, et sa fonction principale est "Flow with the page as your read while the content is being automatically scrolled for you".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FlowRead
Téléchargez les fichiers d'extension FlowRead au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
URL Officiel | 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 |
Taille du Fichier | 12.51 KB |
Nombre d'Installations | 4,771 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-05-22 |
Date de Publication | 2015-05-22 |
Évaluation | 4.25/5 Total 8 Évaluations |
Développeur | Gloablike |
Type de Paiement | free |
Langues Prises en Charge | 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 } |