Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
¿Qué es Readability Score?
Readability Score es una extensión de Chrome desarrollada por https://jaicob.com, y su función principal es "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Readability Score
Descarga archivos de extensión Readability Score en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Readability Score |
ID | pfnlengicohogdjcldalmpmdnaecndhf |
URL Oficial | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
Descripción | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
Tamaño del Archivo | 8.35 KB |
Cantidad de Instalaciones | 2,053 |
Versión Actual | 1.1 |
Última Actualización | 2018-02-19 |
Fecha de Publicación | 2018-02-18 |
Calificación | 3.00/5 Total de 4 Calificaciones |
Desarrollador | https://jaicob.com |
Tipo de Pago | free |
Idiomas Soportados | 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\/" ] } |