Pocket - Article Reading Time
Displays the estimated time it will take to read an article.
Cos'è Pocket - Article Reading Time?
Pocket - Article Reading Time è un'estensione di Chrome sviluppata da Joseph Muia, e la sua funzione principale è "Displays the estimated time it will take to read an article.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pocket - Article Reading Time
Scarica i file di estensione Pocket - Article Reading Time 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
Informazioni di Base sull'Estensione
Nome | |
ID | lfhcmfgmiglibijdjlelmnfckmijpopg |
URL Ufficiale | https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg |
Descrizione | Displays the estimated time it will take to read an article. |
Dimensione del File | 17.2 KB |
Conteggio Installazioni | 604 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-08-26 |
Data di Pubblicazione | 2014-08-26 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Joseph Muia |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket - Article Reading Time", "description": "Displays the estimated time it will take to read an article.", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.getpocket.com\/a\/*" ], "js": [ "js\/main.js" ] } ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |