Reading progress indicator in minutes

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

ما هو Reading progress indicator in minutes؟

Reading progress indicator in minutes هو إضافة Chrome تم تطويرها بواسطة @matstc، والميزة الرئيسية لها هي "Shows reading progress in minutes left at the bottom of the page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Reading progress indicator in minutes

قم بتنزيل ملفات الامتداد Reading progress indicator in minutes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
عنوان URL الرسمي https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
الوصف Shows reading progress in minutes left at the bottom of the page
حجم الملف 390 KB
عدد التثبيتات 35
النسخة الحالية 1.2
آخر تحديث 2014-02-12
تاريخ النشر 2014-02-12
المطور @matstc
نوع الدفع free
موقع الإضافة https://github.com/matstc/reading-progress-in-minutes-crx
اللغات المدعومة 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"
            ]
        }
    ]
}