Indice de Lecturabilidad
Lecturabilidad de textos
Co to jest Indice de Lecturabilidad?
Indice de Lecturabilidad to rozszerzenie Chrome opracowane przez ingeniat, a jego główną funkcją jest „Lecturabilidad de textos”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Indice de Lecturabilidad
Pobierz pliki rozszerzeń Indice de Lecturabilidad w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | Indice de Lecturabilidad |
ID | dkfhelanhfeoogjicihmocgfndmigffm |
Oficjalny URL | https://chromewebstore.google.com/detail/indice-de-lecturabilidad/dkfhelanhfeoogjicihmocgfndmigffm |
Opis | Lecturabilidad de textos |
Rozmiar pliku | 51.12 KB |
Liczba instalacji | 182 |
Aktualna Wersja | 1.0.0.4 |
Ostatnia Aktualizacja | 2018-08-17 |
Data Publikacji | 2018-08-17 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | ingeniat |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://geniat.com |
Adres URL Strony Polityki Prywatności | http://ingeniat.com/privacidad.html |
Obsługiwane Języki | 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" } |