VoiceChatGPT
You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/
VoiceChatGPT क्या है?
VoiceChatGPT gharacter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VoiceChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Let's have a voice conversation with ChatGPT. 1. Install this add-on. 2. Open the page at https://chat.openai.com/ (For the first time, you need to create an OpenAI account) 3. A microphone icon is displayed on the top right of the page. 4. Click the microphone icon to turn it on. 5. You will be asked whether to allow the use of the microphone only for the first time, so [Allow]. 6. You can talk. 7. Click the microphone icon again to turn it off. Click the add-on icon to change audio settings. * Mic must be enabled. * Since the response sentence is read gradually, the reading may be unnatural. * Misreading is a specification. * Rarely speaking may fail. * This addon is unofficial.
एक्सटेंशन की मूल जानकारी
नाम | VoiceChatGPT |
ID | jflddflnnaggppnecfphaljgahfajihk |
आधिकारिक URL | https://chromewebstore.google.com/detail/voicechatgpt/jflddflnnaggppnecfphaljgahfajihk |
विवरण | You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/ |
फ़ाइल का आकार | 43.11 KB |
स्थापना संख्या | 137 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-05-12 |
प्रकाशन तिथि | 2023-05-02 |
डेवलपर | gharacter |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twitter.com/Gharacter |
सहायता पृष्ठ URL | https://twitter.com/Gharacter |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_name__", "version": "1.0.2", "description": "__MSG_description__", "icons": { "32": "icons\/icon32.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_title": "__MSG_name__", "default_popup": "popup\/popup.html", "default_icon": { "32": "icons\/icon32.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" } }, "permissions": [ "storage" ] } |