Reading progress indicator in minutes

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

Reading progress indicator in minutes là gì?

Reading progress indicator in minutes là một tiện ích mở rộng Chrome được phát triển bởi @matstc, và tính năng chính của nó là "Shows reading progress in minutes left at the bottom of the page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reading progress indicator in minutes

Tải xuống các tệp mở rộng Reading progress indicator in minutes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
URL Chính Thức https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
Mô tả Shows reading progress in minutes left at the bottom of the page
Kích Thước Tệp 390 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-02-12
Ngày Phát Hành 2014-02-12
Nhà Phát Triển @matstc
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/matstc/reading-progress-in-minutes-crx
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}