Reading Time
Read smart. Tells you how long a webpage takes to read.
Τι είναι το Reading Time;
Το Reading Time είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Oscar de Dios, και η κύρια λειτουργία του είναι "Read smart. Tells you how long a webpage takes to read.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reading Time
Λήψη αρχείων επέκτασης Reading Time σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Reading Time |
ID | afkinjejdkdhjmclmmhaegfhbdcoohdg |
Επίσημο URL | https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg |
Περιγραφή | Read smart. Tells you how long a webpage takes to read. |
Μέγεθος Αρχείου | 161 KB |
Αριθμός Εγκαταστάσεων | 139 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2014-05-26 |
Ημερομηνία Δημοσίευσης | 2014-05-26 |
Αξιολόγηση | 3.11/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | Oscar de Dios |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.noteboardapp.com/policy |
Υποστηριζόμενες Γλώσσες | 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" ] } |