TimeToRead

Adds tags describing time needed to read to articles in Pocket

什麼是TimeToRead?

TimeToRead是由Przemysław Rumik開發的Chrome擴展程式,該擴展的主要功能是“Adds tags describing time needed to read to articles in Pocket”。

下載TimeToRead擴展crx文件

下載TimeToRead擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 TimeToRead TimeToRead
ID pnoopjphmiljaepnghokldgckdkmmgea
官方網址 https://chrome.google.com/webstore/detail/timetoread/pnoopjphmiljaepnghokldgckdkmmgea
簡介 Adds tags describing time needed to read to articles in Pocket
檔案大小 7.36 KB
安裝次數 288
目前版本 0.0.4
更新時間 2017-12-03
上架時間 2017-12-03
評分 4.53/5 共 17 次評分
開發者 Przemysław Rumik
付費類型 free
擴展官網 https://github.com/przemelek/TimeToRead
支援的語言 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"
    ]
}