CheInput geliştiren: Drama.Dev
Corregí ortografía, tildes y gramática en español rioplatense (voseo) en cualquier campo de texto, con una API OpenAI-compatible.
DeneyselDeneysel
Uzantı meta verileri
Ekran görüntüleri
Bu uzantı hakkında
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 inceleyiciden 0 puan aldı
İzinler ve veriler
Gerekli izinler:
- Tüm web sitelerine ait verilerinize erişme
İsteğe bağlı izinler:
- Tüm web sitelerine ait verilerinize erişme
Veri toplama:
- Geliştirici, bu uzantının veri toplamaya gerek duymadığını söylüyor.
Daha fazla bilgi
- Eklenti bağlantıları
- Sürüm
- 0.3.1
- Boyut
- 37,11 KB
- Son güncelleme
- 11 gün önce (11 Eyl 2026)
- İlgili kategoriler
- Lisans
- Mozilla Kamu Lisansı 2.0
- Sürüm geçmişi
- Etiketler
- Koleksiyona ekle
Bu uzantının geliştiricisi, küçük bir bağışta bulunarak gelişimin devamı için katkıda bulunmanızı rica ediyor.
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-