Reading Time

Add a reading time indicator to Readability

Reading Time là gì?

Reading Time là một tiện ích mở rộng Chrome được phát triển bởi donnierayjones, và tính năng chính của nó là "Add a reading time indicator to Readability".

Ả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

                        Today's blog posts are too long. See just how too long they are with
this Google Chrome extension. Decide within seconds if you don't have
enough minutes (or hours?) to read an article.

Issues or feature requests? Find me on twitter: @donnierayjones.

Full changelog available on github:

https://github.com/donnierayjones/reading-time-chrome/commits/master                    

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

Tên Reading Time Reading Time
ID nkcldhfebepkmmokbhcphgonamoolgfo
URL Chính Thức https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo
Mô tả Add a reading time indicator to Readability
Kích Thước Tệp 64.37 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2014-02-13
Ngày Phát Hành 2014-02-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển donnierayjones
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/donnierayjones/reading-time-chrome
URL Trang Trợ Giúp https://github.com/donnierayjones/reading-time-chrome/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reading Time",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Add a reading time indicator to Readability",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.readability.com\/*",
                "https:\/\/www.readability.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}