Reading Time
Read smart. Tells you how long a webpage takes to read.
Qu'est-ce que Reading Time ?
Reading Time est une extension Chrome développée par Oscar de Dios, et sa fonction principale est "Read smart. Tells you how long a webpage takes to read.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reading Time
Téléchargez les fichiers d'extension Reading Time 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 calculates the time for reading an article. It uses calls to www.diffbot.com to only take in account the real content, it doesn't count words of adds , comments, etc. In the options page you can change the speed reading. You can activate too the "Automatically Load" mode. This mode reads in background every page you visit and if the time for reading is greater than three minutes it shows you this time. In this mode the extensions do a call to diffbot.com for every page you visit.
Informations de Base sur l'Extension
Nom | Reading Time |
ID | afkinjejdkdhjmclmmhaegfhbdcoohdg |
URL Officiel | https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg |
Description | Read smart. Tells you how long a webpage takes to read. |
Taille du Fichier | 161 KB |
Nombre d'Installations | 139 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2014-05-26 |
Date de Publication | 2014-05-26 |
Évaluation | 3.11/5 Total 9 Évaluations |
Développeur | Oscar de Dios |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.noteboardapp.com/policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reading Time", "manifest_version": 2, "version": "1.0.5", "short_name": "Reading Time", "icons": { "48": "book.png" }, "description": "Read smart. Tells you how long a webpage takes to read.", "background": { "page": "background.html" }, "browser_action": { "default_title": "Reading Time", "default_icon": "book.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "options.html", "web_accessible_resources": [ "img\/ajax-loader.gif" ] } |