Speed Reader
Improve your reading speed up to 4 times.
Qu'est-ce que Speed Reader ?
Speed Reader est une extension Chrome développée par emiliorodriguez, et sa fonction principale est "Improve your reading speed up to 4 times.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Speed Reader
Téléchargez les fichiers d'extension Speed Reader 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
Read faster now! With this extension you can read long text in almost no time. You will see an improvement in your reading speed since the minute. - Average reading speed of an adult: 250 wpm (words per minute) - Initial reading speed with 'Speed Reader': 300 wpm - Reading speed after 3 weeks using 'Speed Reader': 500 wpm You can set your reading speed at any moment so you could increase it when you feel you are ready to go to the next step.
Informations de Base sur l'Extension
Nom | Speed Reader |
ID | ilfodmgfnklehinlndjdjbmhndkhiand |
URL Officiel | https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand |
Description | Improve your reading speed up to 4 times. |
Taille du Fichier | 14.75 KB |
Nombre d'Installations | 6,269 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-03-03 |
Date de Publication | 2014-03-03 |
Évaluation | 3.18/5 Total 11 Évaluations |
Développeur | emiliorodriguez |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Reader", "description": "Improve your reading speed up to 4 times.", "version": "1.0", "permissions": [ "contextMenus", "activeTab", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |