Reading Time

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

Vad är Reading Time?

Reading Time är en Chrome-tillägg utvecklad av Oscar de Dios, och dess huvudfunktion är "Read smart. Tells you how long a webpage takes to read.".

Tilläggsskärmbilder

screenshot

Ladda ner Reading Time-förlängningens CRX-fil

Ladda ner Reading Time-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

                        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äggande Information om Tillägg

Namn Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
Officiell webbadress https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
Beskrivning Read smart. Tells you how long a webpage takes to read.
Filstorlek 161 KB
Antal Installationer 139
Aktuell Version 1.0.5
Senast Uppdaterad 2014-05-26
Publiceringsdatum 2014-05-26
Betyg 3.11/5 Totalt 9 Betyg
Utvecklare Oscar de Dios
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.noteboardapp.com/policy
Stödda Språk 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"
    ]
}