TimeToRead

Adds tags describing time needed to read to articles in Pocket

TimeToReadคืออะไร?

TimeToRead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Przemysław Rumik และคุณลักษณะหลักของมันคือ "Adds tags describing time needed to read to articles in Pocket"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TimeToRead

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}