GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
ما هو GPTAnywhere؟
GPTAnywhere هو إضافة Chrome تم تطويرها بواسطة GPTAnywhere، والميزة الرئيسية لها هي "Super Easy access to ChatGPT with a simple Chrome-Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GPTAnywhere
قم بتنزيل ملفات الامتداد GPTAnywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT. معلومات أساسية عن التمديد
| الاسم | |
| ID | pklibapjplkpanekidgnckgjablljhni |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
| الوصف | Super Easy access to ChatGPT with a simple Chrome-Extension |
| حجم الملف | 516 KB |
| عدد التثبيتات | 5,000 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2022-12-16 |
| تاريخ النشر | 2022-12-16 |
| تقييم | 4.17/5 مجموع تقييمات 6 |
| المطور | GPTAnywhere |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GPTAnywhere",
"description": "Super Easy access to ChatGPT with a simple Chrome-Extension",
"version": "1.0.2",
"manifest_version": 3,
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"action": {
"default_popup": "frontend\/index.html"
},
"host_permissions": [
"https:\/\/*.openai.com\/"
],
"background": {
"service_worker": "background\/index.js"
}
} | |