SpeedReader
The easiest way to learn to speed read
Qu'est-ce que SpeedReader ?
SpeedReader est une extension Chrome développée par nicolas.toscano, et sa fonction principale est "The easiest way to learn to speed read".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SpeedReader
Téléchargez les fichiers d'extension SpeedReader 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
This extension adds vertical lines to the paragraphs of the current webpage to train speed reading. Based on the Tim Ferriss "How to Triple Your Reading Speed in 20 Minutes" video: https://www.youtube.com/watch?v=jeOHqI9SqOI
Informations de Base sur l'Extension
Nom | SpeedReader |
ID | jigjffjnfiikefbmfcnffbinngepkaik |
URL Officiel | https://chromewebstore.google.com/detail/speedreader/jigjffjnfiikefbmfcnffbinngepkaik |
Description | The easiest way to learn to speed read |
Taille du Fichier | 91.96 KB |
Nombre d'Installations | 408 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2015-08-05 |
Date de Publication | 2015-08-04 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | nicolas.toscano |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpeedReader", "description": "The easiest way to learn to speed read", "version": "2.0", "browser_action": { "default_icon": "SR.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "app.js" ], "run_at": "document_idle" } ] } |