ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
ما هو ChatGPT Speech Synthesis؟
ChatGPT Speech Synthesis هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Bring ChatGPT to life with speech synthesis!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT Speech Synthesis
قم بتنزيل ملفات الامتداد ChatGPT Speech Synthesis بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Key Features: - High-Quality TTS Voice: Natural-sounding voice for a better conversational experience - Speech rate of 1.25x - Utilizes Chrome's built-in SpeechSynthesis API - Highlighted Text: Stay focused on the conversation as the currently spoken text block is highlighted - Seamless Integration: Effortlessly integrates with the ChatGPT platform, adds a play/stop button to each messages for easy access
معلومات أساسية عن التمديد
الاسم | ChatGPT Speech Synthesis |
ID | fhnfinocmleiilmajigpbdjcaacgmfop |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop |
الوصف | Bring ChatGPT to life with speech synthesis! |
حجم الملف | 548 KB |
عدد التثبيتات | 85 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2023-05-05 |
تاريخ النشر | 2023-05-02 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | Unknown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis |
عنوان صفحة المساعدة | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Speech Synthesis", "version": "1.1.1", "description": "Bring ChatGPT to life with speech synthesis!", "icons": { "64": "icon64.png", "128": "icon128.png", "512": "icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "main.js" ] } ], "permissions": [], "host_permissions": [] } |