TalkToGPT
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
ما هو TalkToGPT؟
TalkToGPT هو إضافة Chrome تم تطويرها بواسطة mateen.shagagi، والميزة الرئيسية لها هي "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TalkToGPT
قم بتنزيل ملفات الامتداد TalkToGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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." } |