Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Τι είναι το Read Time Estimator;
Το Read Time Estimator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bashvlas.com, και η κύρια λειτουργία του είναι "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Read Time Estimator
Λήψη αρχείων επέκτασης Read Time Estimator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a very simple chrome extension which allows you to estimate the amount of time it will take you to read a particular text. Select Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Read Time Estimator |
ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
Επίσημο URL | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
Περιγραφή | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
Μέγεθος Αρχείου | 12.08 KB |
Αριθμός Εγκαταστάσεων | 5,339 |
Τρέχουσα Έκδοση | 1.1.5 |
Τελευταία Ενημέρωση | 2020-03-25 |
Ημερομηνία Δημοσίευσης | 2020-03-25 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://bashvlas.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/copycurate/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read Time Estimator", "short_name": "Read Time Estimator", "description": "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time", "version": "1.1.5", "icons": { "128": "img\/document_clock.png", "16": "img\/small_clock.png" }, "background": { "persistent": false, "scripts": [ "background\/background.js" ] }, "permissions": [ "contextMenus", "storage" ] } |