Reading Time

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

Was ist Reading Time?

Reading Time ist eine Chrome-Erweiterung, die von Oscar de Dios entwickelt wurde, und ihr Hauptmerkmal ist "Read smart. Tells you how long a webpage takes to read.".

Erweiterungsscreenshots

screenshot

Reading Time-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reading Time-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
Offizielle URL https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
Beschreibung Read smart. Tells you how long a webpage takes to read.
Dateigröße 161 KB
Installationsanzahl 139
Aktuelle Version 1.0.5
Letztes Update 2014-05-26
Veröffentlichungsdatum 2014-05-26
Bewertung 3.11/5 Insgesamt 9 Bewertungen
Entwickler Oscar de Dios
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.noteboardapp.com/policy
Unterstützte Sprachen 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"
    ]
}