Reading Time

Add a reading time indicator to Readability

Apa itu Reading Time?

Reading Time adalah ekstensi Chrome yang dikembangkan oleh donnierayjones, dan fitur utamanya adalah "Add a reading time indicator to Readability".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reading Time

Unduh file ekstensi Reading Time dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Reading Time Reading Time
ID nkcldhfebepkmmokbhcphgonamoolgfo
URL Resmi https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo
Deskripsi Add a reading time indicator to Readability
Ukuran File 64.37 KB
Jumlah Instalasi 83
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2014-02-13
Tanggal Publikasi 2014-02-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang donnierayjones
Tipe Pembayaran free
Situs Ekstensi https://github.com/donnierayjones/reading-time-chrome
URL Halaman Bantuan https://github.com/donnierayjones/reading-time-chrome/issues
Bahasa yang Didukung 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"
    }
}