Reading progress indicator in minutes

Shows reading progress in minutes left at the bottom of the page

Τι είναι το Reading progress indicator in minutes;

Το Reading progress indicator in minutes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον @matstc, και η κύρια λειτουργία του είναι "Shows reading progress in minutes left at the bottom of the page".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Reading progress indicator in minutes

Λήψη αρχείων επέκτασης Reading progress indicator in minutes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Shows a small progress indicator at the bottom of the page. The indicator shows a rough approximation of how many minutes of reading are left before reaching the end of the document.

The simple algorithm assumes a reading speed of 250 words per minute.

This extension does not work on fancy websites that play with scrolling and overflow.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
Επίσημο URL https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Περιγραφή Shows reading progress in minutes left at the bottom of the page
Μέγεθος Αρχείου 390 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2014-02-12
Ημερομηνία Δημοσίευσης 2014-02-12
Προγραμματιστής @matstc
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/matstc/reading-progress-in-minutes-crx
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading progress indicator in minutes",
    "description": "Shows reading progress in minutes left at the bottom of the page",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}