Reading Time

Read smart. Tells you how long a webpage takes to read.

Hvad er Reading Time?

Reading Time er en Chrome-udvidelse udviklet af Oscar de Dios, og dens hovedfunktion er "Read smart. Tells you how long a webpage takes to read.".

Udvidelsesskærmbilleder

screenshot

Download Reading Time-udvidelses-CRX-fil

Download Reading Time-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
Officiel URL https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
Beskrivelse Read smart. Tells you how long a webpage takes to read.
Filstørrelse 161 KB
Antal Installationer 139
Nuværende Version 1.0.5
Senest Opdateret 2014-05-26
Udgivelsesdato 2014-05-26
Bedømmelse 3.11/5 Samlet 9 Bedømmelser
Udvikler Oscar de Dios
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.noteboardapp.com/policy
Understøttede Sprog 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"
    ]
}