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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GPT-Based |
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": [ "*:\/\/*\/*" ] } ] } |