Reading Time

Add a reading time indicator to Readability

Co to jest Reading Time?

Reading Time to rozszerzenie Chrome opracowane przez donnierayjones, a jego główną funkcją jest „Add a reading time indicator to Readability”.

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

                        Today's blog posts are too long. See just how too long they are with
this Google Chrome extension. Decide within seconds if you don't have
enough minutes (or hours?) to read an article.

Issues or feature requests? Find me on twitter: @donnierayjones.

Full changelog available on github:

https://github.com/donnierayjones/reading-time-chrome/commits/master                    

Podstawowe informacje o rozszerzeniu

Nazwa Reading Time Reading Time
ID nkcldhfebepkmmokbhcphgonamoolgfo
Oficjalny URL https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo
Opis Add a reading time indicator to Readability
Rozmiar pliku 64.37 KB
Liczba instalacji 83
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2014-02-13
Data Publikacji 2014-02-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper donnierayjones
Typ Płatności free
Strona Rozszerzenia https://github.com/donnierayjones/reading-time-chrome
Adres URL Strony Pomocy https://github.com/donnierayjones/reading-time-chrome/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reading Time",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Add a reading time indicator to Readability",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.readability.com\/*",
                "https:\/\/www.readability.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}