Reading Time

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

Co to jest Reading Time?

Reading Time to rozszerzenie Chrome opracowane przez Oscar de Dios, a jego główną funkcją jest „Read smart. Tells you how long a webpage takes to read.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reading Time

Pobierz pliki rozszerzeń Reading Time w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
Oficjalny URL https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
Opis Read smart. Tells you how long a webpage takes to read.
Rozmiar pliku 161 KB
Liczba instalacji 139
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2014-05-26
Data Publikacji 2014-05-26
Ocena 3.11/5 Łącznie 9 Oceny
Deweloper Oscar de Dios
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.noteboardapp.com/policy
Obsługiwane Języki 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"
    ]
}