TalkToGPT
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Vad är TalkToGPT?
TalkToGPT är en Chrome-tillägg utvecklad av mateen.shagagi, och dess huvudfunktion är "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".
Tilläggsskärmbilder
Ladda ner TalkToGPT-förlängningens CRX-fil
Ladda ner TalkToGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking. Grundläggande Information om Tillägg
| Namn | |
| ID | cjddnooodcpepaicdnlclcegceaiooah |
| Officiell webbadress | https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah |
| Beskrivning | A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking. |
| Filstorlek | 67.24 KB |
| Antal Installationer | 55 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2023-10-10 |
| Publiceringsdatum | 2023-10-09 |
| Utvecklare | mateen.shagagi |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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."
} | |