TalkToGPT

A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.

¿Qué es TalkToGPT?

TalkToGPT es una extensión de Chrome desarrollada por mateen.shagagi, y su función principal es "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión TalkToGPT

Descarga archivos de extensión TalkToGPT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.                    

Información Básica de la Extensión

Nombre TalkToGPT TalkToGPT
ID cjddnooodcpepaicdnlclcegceaiooah
URL Oficial https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah
Descripción A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Tamaño del Archivo 67.24 KB
Cantidad de Instalaciones 55
Versión Actual 1.0.0
Última Actualización 2023-10-10
Fecha de Publicación 2023-10-09
Desarrollador mateen.shagagi
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TalkToGPT",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.openai.com\/c\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "microphone.png",
        "48": "microphone.png",
        "128": "microphone.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "TalkToGPT"
    },
    "description": "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking."
}