Reading Time
This extension shows the estimated reading time for a web page
Cos'è Reading Time?
Reading Time è un'estensione di Chrome sviluppata da fendisha, e la sua funzione principale è "This extension shows the estimated reading time for a web page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reading Time
Scarica i file di estensione 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
A chrome extension that tells you how much time it takes to read a web page article
update
- fix breakage for the new youtube layout
- you can close the widget by clicking on it
description
- very fast calculation time using firefox readability library
- does not block rendering of the webpage as it is loaded after everything is done loading on the page
- works very well on webpage articles
- does not work well for other types of content
- can adjust the look of the widget to your liking
- it's open-source, you can contribute here github.com/usergit/read-time
privacy policy
- no data will be collected from this app
- strong privacy, does not send any of your data to any website
- no analytics or tracking of any sort Informazioni di Base sull'Estensione
| Nome | |
| ID | nccohhimobidpghgpnejnbkpoichbbml |
| URL Ufficiale | https://chromewebstore.google.com/detail/reading-time/nccohhimobidpghgpnejnbkpoichbbml |
| Descrizione | This extension shows the estimated reading time for a web page |
| Dimensione del File | 49.79 KB |
| Conteggio Installazioni | 3,303 |
| Versione Corrente | 1.1.1 |
| Ultimo Aggiornamento | 2018-02-20 |
| Data di Pubblicazione | 2018-02-20 |
| Valutazione | 3.72/5 Totale 25 Valutazioni |
| Sviluppatore | fendisha |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/usergit/read-time |
| URL della Pagina di Aiuto | https://github.com/usergit/read-time |
| URL della Pagina della Politica sulla Privacy | https://github.com/usergit/read-time |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reading Time",
"short_name": "Reading Time",
"description": "This extension shows the estimated reading time for a web page",
"version": "1.1.1",
"browser_action": {
"default_popup": "popupPage\/popup.html",
"default_title": "Reading Time"
},
"icons": {
"16": "assets\/timereadicon16.png",
"32": "assets\/timereadicon32.png",
"48": "assets\/timereadicon48.png",
"128": "assets\/timereadicon128.png"
},
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
" | |