GPT-3 Questions

A Chrome extension that uses GPT-3 to answer questions

GPT-3 Questionsคืออะไร?

GPT-3 Questions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unrealiguana และคุณลักษณะหลักของมันคือ "A Chrome extension that uses GPT-3 to answer questions"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPT-3 Questions

ดาวน์โหลดไฟล์ส่วนขยาย GPT-3 Questions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The GPT-3 Questions extension is a powerful tool that lets you get quick answers to any question you may have. Simply click on the extension icon and enter your question in the popup window, and the bot will use the advanced AI capabilities of GPT-3 to provide you with a concise and accurate answer.

This extension features an options page where you can set your own GPT-3 API key for use with GPT3. The extension also includes a loading animation while waiting for the response, ensuring that you always know when your answer is on its way.

Changelog:
Update 1.2: Transitioned over to using gpt-3.5-turbo instead of text-davinci-003 due to deprecation of the latter.
Update 1.1: Fixed error where Max Tokens remained at 50 despite user-set value.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GPT-3 Questions GPT-3 Questions
ID kkghlacjbajnkjpidndmgaaccoipdack
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gpt-3-questions/kkghlacjbajnkjpidndmgaaccoipdack
คำอธิบาย A Chrome extension that uses GPT-3 to answer questions
ขนาดไฟล์ 14.33 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-09-19
วันที่เผยแพร่ 2023-05-04
ผู้พัฒนา unrealiguana
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT-3 Questions",
    "version": "1.2.0",
    "description": "A Chrome extension that uses GPT-3 to answer questions",
    "options_page": "options.html",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}