TalkToGPT

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

Cos'è TalkToGPT?

TalkToGPT è un'estensione di Chrome sviluppata da mateen.shagagi, e la sua funzione principale è "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TalkToGPT

Scarica i file di estensione TalkToGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome TalkToGPT TalkToGPT
ID cjddnooodcpepaicdnlclcegceaiooah
URL Ufficiale https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah
Descrizione A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Dimensione del File 67.24 KB
Conteggio Installazioni 55
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-10-10
Data di Pubblicazione 2023-10-09
Sviluppatore mateen.shagagi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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."
}