Indice de Lecturabilidad
Lecturabilidad de textos
Indice de Lecturabilidad란 무엇입니까?
Indice de Lecturabilidad은(는) ingeniat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lecturabilidad de textos"입니다.
확장 프로그램 스크린샷
Indice de Lecturabilidad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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).
확장 프로그램 기본 정보
이름 | Indice de Lecturabilidad |
ID | dkfhelanhfeoogjicihmocgfndmigffm |
공식 URL | https://chromewebstore.google.com/detail/indice-de-lecturabilidad/dkfhelanhfeoogjicihmocgfndmigffm |
설명 | Lecturabilidad de textos |
파일 크기 | 51.12 KB |
설치 횟수 | 182 |
현재 버전 | 1.0.0.4 |
최근 업데이트 | 2018-08-17 |
출시 날짜 | 2018-08-17 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | ingeniat |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://geniat.com |
개인정보 보호 정책 페이지 URL | http://ingeniat.com/privacidad.html |
지원되는 언어 | 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" } |