TalkToGPT
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Wat is TalkToGPT?
TalkToGPT is een Chrome-extensie ontwikkeld door mateen.shagagi, en de belangrijkste functie is "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".
Extensie Screenshots
Download het CRX-bestand van de extensie TalkToGPT
Download TalkToGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Basisinformatie over de Extensie
Naam | TalkToGPT |
ID | cjddnooodcpepaicdnlclcegceaiooah |
Officiële URL | https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah |
Beschrijving | A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking. |
Bestandsgrootte | 67.24 KB |
Aantal Installaties | 55 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-10-10 |
Publicatiedatum | 2023-10-09 |
Ontwikkelaar | mateen.shagagi |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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." } |