Indice de Lecturabilidad
Lecturabilidad de textos
Hvad er Indice de Lecturabilidad?
Indice de Lecturabilidad er en Chrome-udvidelse udviklet af ingeniat, og dens hovedfunktion er "Lecturabilidad de textos".
Udvidelsesskærmbilleder
Download Indice de Lecturabilidad-udvidelses-CRX-fil
Download Indice de Lecturabilidad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Para evaluar la dificultad de lectura de textos
Las fórmulas más “populares” para revisar la legibilidad de un texto (inglés y español) son:
* Prueba de legibilidad de Flesch-Kincaid para el idioma Inglés (La prueba de legibilidad fue inventada por Rudolf Flesch en 1956 – Flesch Reading Ease Score – RES). En 1975 Peter Kincaid y su equipo la desarrolló y modificó para textos de universidades y textos sobre temas técnicos.)
* Índice Fernández Huerta para el Español (una adaptación de la Fórmula original de Flesch por Fernández Huerta en 1959)
* Índice Flesch-Szigriszt para el Español (“fórmula de perspicuidad”). Es una variación de la fórmula de Flesch, desarrollada por Francisco Szigriszt Pazos en 1993 (“Sistemas Predictivos de Legibilidad del mensaje escrito: fórmula de persipicuidad”: http://biblioteca.ucm.es/tesis/19911996/S/3/S3019601.pdf). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dkfhelanhfeoogjicihmocgfndmigffm |
| Officiel URL | https://chromewebstore.google.com/detail/indice-de-lecturabilidad/dkfhelanhfeoogjicihmocgfndmigffm |
| Beskrivelse | Lecturabilidad de textos |
| Filstørrelse | 51.12 KB |
| Antal Installationer | 182 |
| Nuværende Version | 1.0.0.4 |
| Senest Opdateret | 2018-08-17 |
| Udgivelsesdato | 2018-08-17 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | ingeniat |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://geniat.com |
| URL til Fortrolighedspolitik Side | http://ingeniat.com/privacidad.html |
| Understøttede Sprog | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Ingeniat",
"browser_action": {
"default_icon": "icon-16.png",
"default_popup": "popup.html",
"default_title": "Lecturabilidad"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"extension.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "Lecturabilidad de textos",
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"256": "icon-256.png",
"32": "icon-32.png",
"48": "icon-48.png",
"64": "icon-64.png"
},
"manifest_version": 2,
"name": "Indice de Lecturabilidad",
"permissions": [
"activeTab"
],
"short_name": "Lecturabilidad",
"version": "1.0.0.4",
"minimum_chrome_version": "33"
} | |