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 KB
- 最終更新日
- 11日前 (2026年9月11日)
- 関連カテゴリー
- バージョン履歴
- コレクションへ追加
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-