Reading Time

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

Co je Reading Time?

Reading Time je rozšíření Chrome vyvinuté Oscar de Dios, a jeho hlavní funkcí je „Read smart. Tells you how long a webpage takes to read.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reading Time

Stáhněte si soubory rozšíření Reading Time ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
Oficiální URL https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
Popis Read smart. Tells you how long a webpage takes to read.
Velikost souboru 161 KB
Počet instalací 139
Aktuální Verze 1.0.5
Poslední Aktualizace 2014-05-26
Datum Vydání 2014-05-26
Hodnocení 3.11/5 Celkem 9 Hodnocení
Vývojář Oscar de Dios
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.noteboardapp.com/policy
Podporované Jazyky 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"
    ]
}