SonicGPT, Talk to ChatGPT in MultiLanguage

Talk and listen to ChatGPT in your language!

SonicGPT, Talk to ChatGPT in MultiLanguageとは何ですか?

SonicGPT, Talk to ChatGPT in MultiLanguageはasdrubaldevによって開発されたChromeの拡張機能で、その主な機能は「Talk and listen to ChatGPT in your language!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

SonicGPT, Talk to ChatGPT in MultiLanguage拡張機能のCRXファイルをダウンロード

SonicGPT, Talk to ChatGPT in MultiLanguage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        --------------------ENGLISH--------------------
Immerse yourself in the revolutionary experience of artificial intelligence with SonicGPT, an innovative Chrome plugin for voice to text and text to voice. Specifically designed to enhance the interaction between humans and the AI of ChatGPT in versions 3.5 and 4, this plugin provides an efficient and dynamic user experience.

Why choose SonicGPT? With SonicGPT, you can:

Speed up your interaction with ChatGPT: Avoid typing and quickly convert your voice to text and vice versa.
Effectively practice languages: Listen and speak in the language you are learning to improve your language skills.
Request tasks easily: Ask ChatGPT to perform tasks simply by speaking to it.
And that's not all. SonicGPT is a digital polyglot, compatible with 40 languages, including the most popular ones like English, Spanish, French, Italian, Russian, and Portuguese.

Ideal for students, professionals, AI enthusiasts, and anyone looking to enhance their interaction with ChatGPT, SonicGPT is the perfect tool to turn your AI exploration into an effortless and enriching journey.

Try SonicGPT today and discover the smoothest and most efficient way to interact with ChatGPT.

Keywords: SonicGPT, Chrome plugin, voice to text, text to voice, human interaction with ChatGPT, AI, artificial intelligence, language learning, ChatGPT version 3.5, ChatGPT version 4, English, Spanish, French, Italian, Russian, Portuguese.

--------------------ESPAÑOL--------------------
Sumérgete en la revolucionaria experiencia de inteligencia artificial con SonicGPT, un innovador plugin de Chrome para voz a texto y texto a voz. Diseñado específicamente para mejorar la interacción entre humanos y la inteligencia artificial de ChatGPT en las versiones 3.5 y 4, este plugin brinda una experiencia de usuario eficiente y dinámica.

¿Por qué elegir SonicGPT? Con SonicGPT, puedes:

Acelerar tu interacción con ChatGPT: Evita la digitación y convierte tu voz en texto y viceversa de manera rápida y sencilla.
Practicar idiomas de manera efectiva: Escucha y habla en el idioma que estás aprendiendo para mejorar tus habilidades lingüísticas.
Solicitar tareas con facilidad: Pide a ChatGPT que realice tareas simplemente hablándole.
Y eso no es todo. SonicGPT es un políglota digital, compatible con 40 idiomas, incluyendo los más populares como inglés, español, francés, italiano, ruso y portugués.

Ideal para estudiantes, profesionales, entusiastas de la IA y cualquier persona que busque mejorar su interacción con ChatGPT, SonicGPT es la herramienta perfecta para convertir tu exploración de la IA en un viaje sin esfuerzo y enriquecedor.

Prueba SonicGPT hoy y descubre la manera más fluida y eficiente de interactuar con ChatGPT.

Palabras clave: SonicGPT, plugin de Chrome, voz a texto, texto a voz, interacción humana con ChatGPT, IA, inteligencia artificial, aprendizaje de idiomas, ChatGPT versión 3.5, ChatGPT versión 4, inglés, español, francés, italiano, ruso, portugués.                    

拡張機能の基本情報

名前 SonicGPT, Talk to ChatGPT in MultiLanguage SonicGPT, Talk to ChatGPT in MultiLanguage
ID mbhplhbpobkpnggnalabldfdjdcgnkie
公式URL https://chromewebstore.google.com/detail/sonicgpt-talk-to-chatgpt/mbhplhbpobkpnggnalabldfdjdcgnkie
説明 Talk and listen to ChatGPT in your language!
ファイルサイズ 474 KB
インストール数 129
現在のバージョン 1.07
最終更新日 2023-07-17
公開日 2023-06-13
評価 5.00/5 合計 2 レビュー
開発者 asdrubaldev
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,es,it,hi,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SonicGPT, Talk to ChatGPT in MultiLanguage",
    "version": "1.07",
    "description": "Talk and listen to ChatGPT in your language!",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "plugin_url": "https:\/\/chrome.google.com\/webstore\/detail\/mbhplhbpobkpnggnalabldfdjdcgnkie?authuser=0&hl=en",
    "host_permissions": [
        "*:\/\/chat.openai.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}