Reading Time

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

Cos'è Reading Time?

Reading Time è un'estensione di Chrome sviluppata da Oscar de Dios, e la sua funzione principale è "Read smart. Tells you how long a webpage takes to read.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reading Time

Scarica i file di estensione Reading Time in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
URL Ufficiale https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
Descrizione Read smart. Tells you how long a webpage takes to read.
Dimensione del File 161 KB
Conteggio Installazioni 139
Versione Corrente 1.0.5
Ultimo Aggiornamento 2014-05-26
Data di Pubblicazione 2014-05-26
Valutazione 3.11/5 Totale 9 Valutazioni
Sviluppatore Oscar de Dios
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.noteboardapp.com/policy
Lingue Supportate 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"
    ]
}