Auto Ask GPT
Split one question to questions and automatically ask ChatGPT one by one
Auto Ask GPTคืออะไร?
Auto Ask GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frank Lin และคุณลักษณะหลักของมันคือ "Split one question to questions and automatically ask ChatGPT one by one"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Ask GPT
ดาวน์โหลดไฟล์ส่วนขยาย Auto Ask GPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
There’re two ways to use it: 1. Ask the ChatGPT with numbered questions, then the plug-in will automatically ask ChatGPT individually. It will treat paragraphs without numbers as reference data. 2. Just input a goal and click the AUTO ASK button will ask ChatGPT to make a flowchart and expand the elements.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Ask GPT |
ID | maeilghlholccdncelacheicmopppogo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo |
คำอธิบาย | Split one question to questions and automatically ask ChatGPT one by one |
ขนาดไฟล์ | 7 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-05-02 |
วันที่เผยแพร่ | 2023-04-25 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Frank Lin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/etrobot/FreeAGI |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Ask GPT", "version": "1.0.2", "description": "Split one question to questions and automatically ask ChatGPT one by one", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "css": [ "style.css" ], "js": [ "script.js" ] } ], "icons": { "128": "autoAskIcon.png" } } |