Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Qu'est-ce que Readability Score ?
Readability Score est une extension Chrome développée par https://jaicob.com, et sa fonction principale est "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Readability Score
Téléchargez les fichiers d'extension Readability Score au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Readability Score |
ID | pfnlengicohogdjcldalmpmdnaecndhf |
URL Officiel | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
Description | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
Taille du Fichier | 8.35 KB |
Nombre d'Installations | 2,053 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2018-02-19 |
Date de Publication | 2018-02-18 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | https://jaicob.com |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |