Reading Time

Read smart. Tells you how long a webpage takes to read.

Reading Time là gì?

Reading Time là một tiện ích mở rộng Chrome được phát triển bởi Oscar de Dios, và tính năng chính của nó là "Read smart. Tells you how long a webpage takes to read.".

Ả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 Time

Tải xuống các tệp mở rộng Reading Time 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

                        This extension calculates the time for reading an article. 

It uses calls to www.diffbot.com to only take in account the real content, it doesn't count words of adds , comments, etc.

In the options page you can change the speed reading. 

You can activate too the "Automatically Load" mode. This mode reads in background every page you visit and if the time for reading is greater than three minutes it shows you this time. In this mode the extensions do a call to diffbot.com for every page you visit.                    

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

Tên Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
URL Chính Thức https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
Mô tả Read smart. Tells you how long a webpage takes to read.
Kích Thước Tệp 161 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2014-05-26
Ngày Phát Hành 2014-05-26
Đánh Giá 3.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Oscar de Dios
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.noteboardapp.com/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reading Time",
    "manifest_version": 2,
    "version": "1.0.5",
    "short_name": "Reading Time",
    "icons": {
        "48": "book.png"
    },
    "description": "Read smart.  Tells you how long a webpage takes to read.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Reading Time",
        "default_icon": "book.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "img\/ajax-loader.gif"
    ]
}