CheInput bởi Drama.Dev
Corregí ortografía, tildes y gramática en español rioplatense (voseo) en cualquier campo de texto, con una API OpenAI-compatible.
Thử nghiệmThử nghiệm
Siêu dữ liệu mở rộng
Ảnh chụp màn hình
Về tiện ích mở rộng này
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).
Được xếp hạng 0 (bởi 1 người dùng)
Quyền hạn và dữ liệu
Quyền hạn bắt buộc:
- Truy cập dữ liệu của bạn trên mọi trang web
Quyền hạn tùy chọn:
- Truy cập dữ liệu của bạn trên mọi trang web
Thu thập dữ liệu:
- Nhà phát triển cho biết tiện ích mở rộng này không yêu cầu thu thập dữ liệu.
Thêm thông tin
- Liên kết tiện ích
- Phiên bản
- 0.3.1
- Kích cỡ
- 37,11 KB
- Cập nhật gần nhất
- 11 ngày trước (11 Thg 09 2026)
- Thể loại có liên quan
- Giấy phép
- Mozilla Public License 2.0
- Lịch sử các phiên bản
- Thêm vào bộ sưu tập
Nhà phát triển của tiện ích mở rộng này yêu cầu bạn giúp hỗ trợ sự phát triển liên tục của nó bằng cách đóng góp nhỏ.
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-