ChatGPT-Simple
Simply call ChatGPT
ما هو ChatGPT-Simple؟
ChatGPT-Simple هو إضافة Chrome تم تطويرها بواسطة Fujun Du، والميزة الرئيسية لها هي "Simply call ChatGPT".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT-Simple
قم بتنزيل ملفات الامتداد ChatGPT-Simple بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Call ChatGPT API (gpt-3.5-turbo) with an API key. It sends the user input text to the OpenAI ChatGPT API, and displays the reply returned by ChatGPT. The token usage of each conversation are also reported.
معلومات أساسية عن التمديد
الاسم | ChatGPT-Simple |
ID | jacmfdljbkmgomdnpeibonaaholjbieo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo |
الوصف | Simply call ChatGPT |
حجم الملف | 20.96 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-03-07 |
تاريخ النشر | 2023-03-06 |
المطور | Fujun Du |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/fjdu/chatGPT-call |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT-Simple", "description": "Simply call ChatGPT", "version": "1.0", "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |