Reading progress indicator in minutes

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

Vad är Reading progress indicator in minutes?

Reading progress indicator in minutes är en Chrome-tillägg utvecklad av @matstc, och dess huvudfunktion är "Shows reading progress in minutes left at the bottom of the page".

Tilläggsskärmbilder

screenshot

Ladda ner Reading progress indicator in minutes-förlängningens CRX-fil

Ladda ner Reading progress indicator in minutes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
Officiell webbadress https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Beskrivning Shows reading progress in minutes left at the bottom of the page
Filstorlek 390 KB
Antal Installationer 35
Aktuell Version 1.2
Senast Uppdaterad 2014-02-12
Publiceringsdatum 2014-02-12
Utvecklare @matstc
Betalningssätt free
Tilläggswebbplats https://github.com/matstc/reading-progress-in-minutes-crx
Stödda Språk 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"
            ]
        }
    ]
}