CheInput Drama.Dev מאת
Corregí ortografía, tildes y gramática en español rioplatense (voseo) en cualquier campo de texto, con una API OpenAI-compatible.
ניסיוניניסיוני
נתוני העל של ההרחבה
צילומי מסך
על אודות הרחבה זו
CheInput corrects spelling, accents and grammar in Rioplatense
Spanish (voseo) in any text field. It uses an OpenAI-compatible
API endpoint configured by the user (URL, API key and model are
stored locally in browser storage; no data is sent to the
developer or to Mozilla).
Spanish (voseo) in any text field. It uses an OpenAI-compatible
API endpoint configured by the user (URL, API key and model are
stored locally in browser storage; no data is sent to the
developer or to Mozilla).
מדורג 0 על־ידי 0 סוקרים
הרשאות ונתונים
הרשאות נדרשות:
- גישה לנתונים שלך מכל האתרים
הרשאות אופציונליות:
- גישה לנתונים שלך מכל האתרים
איסוף נתונים:
- המפתח אומר שהרחבה זו אינה דורשת איסוף נתונים.
מידע נוסף
- קישורים לתוספת
- גרסה
- 0.3.1
- גודל
- 37.11 ק״ב
- עדכון אחרון
- לפני 11 ימים (11 ספט׳ 2026)
- קטגוריות קשורות
- היסטוריית הגרסאות
- תגיות
- הוספה לאוסף
Justificación de permisos:
- activeTab + scripting: leer y reemplazar el texto del campo
donde el usuario selecciona y pide la corrección.
- contextMenus: el comando de corrección se invoca desde el
menú contextual (clic derecho) sobre el texto seleccionado.
- storage: guarda la configuración opcional de API del usuario
(URL, clave, modelo) localmente.
- host_permissions <all_urls>: el content script debe poder
ejecutarse en cualquier sitio, porque la corrección puede
necesitarse en cualquier campo de texto. La extensión no lee
el contenido de las páginas por sí sola: actúa únicamente
sobre el texto que el usuario selecciona y pide corregir.
Red: el texto seleccionado se envía al endpoint público y
gratuito de Hermes (hermes.ai.unturf.com) o a la API pública
de LanguageTool (api.languagetool.org), o a un endpoint
OpenAI-compatible que configure el usuario. Sin analítica,
sin publicidad, sin rastreo; ningún dato se almacena ni se
envía al desarrollador.
Código fuente (MPL 2.0): https://github.com/DrEureka/CheInput-