CheInput by Drama.Dev
Corregí ortografía, tildes y gramática en español rioplatense (voseo) en cualquier campo de texto, con una API OpenAI-compatible.
ExperimentalExperimental
Extension Metadata
Screenshots
About this extension
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).
Rated 0 by 0 reviewers
Permissions and data
Required permissions:
- Access your data for all websites
Optional permissions:
- Access your data for all websites
Data collection:
- The developer says this extension doesn't require data collection.
More information
- Add-on Links
- Version
- 0.3.1
- Size
- 37.11 KB
- Last updated
- 11 days ago (Sep 11, 2026)
- Related Categories
- License
- Mozilla Public License 2.0
- Version History
- Add to collection
The developer of this extension asks that you help support its continued development by making a small contribution.
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-