TimeToRead
Adds tags describing time needed to read to articles in Pocket
What is TimeToRead?
TimeToRead is a Chrome extension developed by Przemysław Rumik, and its main feature is "Adds tags describing time needed to read to articles in Pocket".
Download TimeToRead Extension CRX File
Download TimeToRead extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | pnoopjphmiljaepnghokldgckdkmmgea |
Official URL | https://chrome.google.com/webstore/detail/timetoread/pnoopjphmiljaepnghokldgckdkmmgea |
Description | Adds tags describing time needed to read to articles in Pocket |
File Size | 7.36 KB |
Installation Count | 288 |
Current Version | 0.0.4 |
Last Updated | 2017-12-03 |
Publish Date | 2017-12-03 |
Rating | 4.53/5 Total 17 Ratings |
Developer | Przemysław Rumik |
Payment Type | free |
Extension Website | https://github.com/przemelek/TimeToRead |
Supported Languages | 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" ] } |