Reading progress indicator in minutes

Shows reading progress in minutes left at the bottom of the page

Apa itu Reading progress indicator in minutes?

Reading progress indicator in minutes adalah ekstensi Chrome yang dikembangkan oleh @matstc, dan fitur utamanya adalah "Shows reading progress in minutes left at the bottom of the page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reading progress indicator in minutes

Unduh file ekstensi Reading progress indicator in minutes 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

                        Shows a small progress indicator at the bottom of the page. The indicator shows a rough approximation of how many minutes of reading are left before reaching the end of the document.

The simple algorithm assumes a reading speed of 250 words per minute.

This extension does not work on fancy websites that play with scrolling and overflow.                    

Informasi Dasar Ekstensi

Nama Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
URL Resmi https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Deskripsi Shows reading progress in minutes left at the bottom of the page
Ukuran File 390 KB
Jumlah Instalasi 35
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-02-12
Tanggal Publikasi 2014-02-12
Pengembang @matstc
Tipe Pembayaran free
Situs Ekstensi https://github.com/matstc/reading-progress-in-minutes-crx
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading progress indicator in minutes",
    "description": "Shows reading progress in minutes left at the bottom of the page",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}