TalkToGPT

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

Hvad er TalkToGPT?

TalkToGPT er en Chrome-udvidelse udviklet af mateen.shagagi, og dens hovedfunktion er "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download TalkToGPT-udvidelses-CRX-fil

Download TalkToGPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn TalkToGPT TalkToGPT
ID cjddnooodcpepaicdnlclcegceaiooah
Officiel URL https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah
Beskrivelse A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Filstørrelse 67.24 KB
Antal Installationer 55
Nuværende Version 1.0.0
Senest Opdateret 2023-10-10
Udgivelsesdato 2023-10-09
Udvikler mateen.shagagi
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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."
}