TimeToRead

Adds tags describing time needed to read to articles in Pocket

Cos'è TimeToRead?

TimeToRead è un'estensione di Chrome sviluppata da Przemysław Rumik, e la sua funzione principale è "Adds tags describing time needed to read to articles in Pocket".

Scarica il file CRX dell'estensione TimeToRead

Scarica i file di estensione TimeToRead in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TimeToRead TimeToRead
ID pnoopjphmiljaepnghokldgckdkmmgea
URL Ufficiale https://chrome.google.com/webstore/detail/timetoread/pnoopjphmiljaepnghokldgckdkmmgea
Descrizione Adds tags describing time needed to read to articles in Pocket
Dimensione del File 7.36 KB
Conteggio Installazioni 288
Versione Corrente 0.0.4
Ultimo Aggiornamento 2017-12-03
Data di Pubblicazione 2017-12-03
Valutazione 4.53/5 Totale 17 Valutazioni
Sviluppatore Przemysław Rumik
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/przemelek/TimeToRead
Lingue Supportate 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"
    ]
}