TalkToGPT
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
TalkToGPT क्या है?
TalkToGPT mateen.shagagi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TalkToGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
एक्सटेंशन की मूल जानकारी
नाम | TalkToGPT |
ID | cjddnooodcpepaicdnlclcegceaiooah |
आधिकारिक URL | https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah |
विवरण | A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking. |
फ़ाइल का आकार | 67.24 KB |
स्थापना संख्या | 55 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-10-10 |
प्रकाशन तिथि | 2023-10-09 |
डेवलपर | mateen.shagagi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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." } |