Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Was ist Readability Score?
Readability Score ist eine Chrome-Erweiterung, die von https://jaicob.com entwickelt wurde, und ihr Hauptmerkmal ist "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".
Erweiterungsscreenshots
Readability Score-Erweiterungs-CRX-Datei herunterladen
Laden Sie Readability Score-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Readability Score |
ID | pfnlengicohogdjcldalmpmdnaecndhf |
Offizielle URL | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
Beschreibung | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
Dateigröße | 8.35 KB |
Installationsanzahl | 2,053 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-02-19 |
Veröffentlichungsdatum | 2018-02-18 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://jaicob.com |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |