TimeToRead

Adds tags describing time needed to read to articles in Pocket

TimeToRead là gì?

TimeToRead là một tiện ích mở rộng Chrome được phát triển bởi Przemysław Rumik, và tính năng chính của nó là "Adds tags describing time needed to read to articles in Pocket".

Tải xuống tệp CRX của tiện ích mở rộng TimeToRead

Tải xuống các tệp mở rộng TimeToRead 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 adds tags saying how long will you need to read articles in Pocket.
Extension doesn't have any UI, it will only ask you for authentication in Pocket. From this moment it will try to retrieve list of your articles from Pocket, and will try to add tags saying about how long it will take to read.
You will see tags: "1 minute or less", "2 minutes or less", "5 minutes or less", "10 minutes or less", "15 minutes or less", "30 minutes or less" and "30+ minutes".
Extension will assume that you read 200 words per minute.
If you like, you may download source code of extension from here https://github.com/przemelek/TimeToRead                    

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

Tên TimeToRead TimeToRead
ID pnoopjphmiljaepnghokldgckdkmmgea
URL Chính Thức https://chrome.google.com/webstore/detail/timetoread/pnoopjphmiljaepnghokldgckdkmmgea
Mô tả Adds tags describing time needed to read to articles in Pocket
Kích Thước Tệp 7.36 KB
Số Lần Cài Đặt 288
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2017-12-03
Ngày Phát Hành 2017-12-03
Đánh Giá 4.53/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Przemysław Rumik
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/przemelek/TimeToRead
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TimeToRead",
    "version": "0.0.4",
    "description": "Adds tags describing time needed to read to articles in Pocket",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "oauth.html",
        "oauth.js"
    ]
}