Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Cos'è Readability Score?
Readability Score è un'estensione di Chrome sviluppata da https://jaicob.com, e la sua funzione principale è "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Readability Score
Scarica i file di estensione Readability Score 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
Readability Score is a tool designed to give you an idea of what type of reading level is needed to comprehend your text. The score is calculated based off of the flesch-kincaid index, and provides a grade level, as well as a general "easy medium hard" rating for the text you run it on.
Informazioni di Base sull'Estensione
Nome | Readability Score |
ID | pfnlengicohogdjcldalmpmdnaecndhf |
URL Ufficiale | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
Descrizione | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
Dimensione del File | 8.35 KB |
Conteggio Installazioni | 2,053 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-02-19 |
Data di Pubblicazione | 2018-02-18 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | https://jaicob.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readability Score", "description": "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |