Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Wat is Readability Score?
Readability Score is een Chrome-extensie ontwikkeld door https://jaicob.com, en de belangrijkste functie is "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".
Extensie Screenshots
Download het CRX-bestand van de extensie Readability Score
Download Readability Score-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | pfnlengicohogdjcldalmpmdnaecndhf |
| Officiële URL | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
| Beschrijving | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
| Bestandsgrootte | 8.35 KB |
| Aantal Installaties | 2,053 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-02-19 |
| Publicatiedatum | 2018-02-18 |
| Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://jaicob.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/"
]
} | |