ChatGPT Speechifier
This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations
ChatGPT Speechifier क्या है?
ChatGPT Speechifier Obinna Iloeje द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT Speechifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This browser extension helps speak ChatGPT text responses out loud with different languages and different tonations. *Features - Change language and gender of speech voice - Increase or decrease the rate or speed of the speech - Increase or decrease the pitch of the speech voice
एक्सटेंशन की मूल जानकारी
नाम | ChatGPT Speechifier |
ID | jglaljacmohblhebclbfeeegdekoenae |
आधिकारिक URL | https://chromewebstore.google.com/detail/chatgpt-speechifier/jglaljacmohblhebclbfeeegdekoenae |
विवरण | This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations |
फ़ाइल का आकार | 372 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-06-06 |
प्रकाशन तिथि | 2023-05-14 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | Obinna Iloeje |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Speechifier", "version": "1.0.0", "description": "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations", "manifest_version": 3, "permissions": [ "tts", "activeTab", "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "disabledPopup.html", "default_icon": "disabledIcon.png" }, "icons": { "48": "icon-2.PNG", "128": "logo.PNG" } } |