GPT-3 Questions

A Chrome extension that uses GPT-3 to answer questions

什麼是GPT-3 Questions?

GPT-3 Questions是由unrealiguana開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension that uses GPT-3 to answer questions”。

擴展截圖

screenshot

下載GPT-3 Questions擴展crx文件

下載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
官方網址 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"
    }
}