TimeToRead
Adds tags describing time needed to read to articles in Pocket
Wat is TimeToRead?
TimeToRead is een Chrome-extensie ontwikkeld door Przemysław Rumik, en de belangrijkste functie is "Adds tags describing time needed to read to articles in Pocket".
Download het CRX-bestand van de extensie TimeToRead
Download TimeToRead-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ![]() |
ID | pnoopjphmiljaepnghokldgckdkmmgea |
Officiële URL | https://chrome.google.com/webstore/detail/timetoread/pnoopjphmiljaepnghokldgckdkmmgea |
Beschrijving | Adds tags describing time needed to read to articles in Pocket |
Bestandsgrootte | 7.36 KB |
Aantal Installaties | 288 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2017-12-03 |
Publicatiedatum | 2017-12-03 |
Beoordeling | 4.53/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Przemysław Rumik |
Betalingswijze | free |
Extensiewebsite | https://github.com/przemelek/TimeToRead |
Ondersteunde Talen | 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" ] } |