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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}