GPT-Based
GPTBased is used to generate effective prompts for ChatGPT
ما هو GPT-Based؟
GPT-Based هو إضافة Chrome تم تطويرها بواسطة https://gptbased.net، والميزة الرئيسية لها هي "GPTBased is used to generate effective prompts for ChatGPT".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GPT-Based
قم بتنزيل ملفات الامتداد GPT-Based بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts معلومات أساسية عن التمديد
| الاسم | |
| ID | jeecjckgihbjgajddicjajmfopmhoahp |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp |
| الوصف | GPTBased is used to generate effective prompts for ChatGPT |
| حجم الملف | 140 KB |
| عدد التثبيتات | 69 |
| النسخة الحالية | 0.0.6 |
| آخر تحديث | 2023-08-29 |
| تاريخ النشر | 2023-04-26 |
| تقييم | 5.00/5 مجموع تقييمات 4 |
| المطور | https://gptbased.net |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://gptbased.net |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GPT-Based",
"version": "0.0.6",
"description": "GPTBased is used to generate effective prompts for ChatGPT",
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"assets\/css\/contentStyle16926242660.chunk.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |