Indice de Lecturabilidad
Lecturabilidad de textos
Indice de Lecturabilidadคืออะไร?
Indice de Lecturabilidad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ingeniat และคุณลักษณะหลักของมันคือ "Lecturabilidad de textos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Indice de Lecturabilidad
ดาวน์โหลดไฟล์ส่วนขยาย Indice de Lecturabilidad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |