ChatGPT-Simple

Simply call ChatGPT

什麼是ChatGPT-Simple?

ChatGPT-Simple是由Fujun Du開發的Chrome擴展程式,該擴展的主要功能是“Simply call ChatGPT”。

擴展截圖

screenshot

下載ChatGPT-Simple擴展crx文件

下載ChatGPT-Simple擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Call ChatGPT API (gpt-3.5-turbo) with an API key.

It sends the user input text to the OpenAI ChatGPT API, and displays the reply returned by ChatGPT.

The token usage of each conversation are also reported.                    

擴展基本資訊

名稱 ChatGPT-Simple ChatGPT-Simple
ID jacmfdljbkmgomdnpeibonaaholjbieo
官方網址 https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo
簡介 Simply call ChatGPT
檔案大小 20.96 KB
安裝次數 26
目前版本 1.0
更新時間 2023-03-07
上架時間 2023-03-06
開發者 Fujun Du
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/fjdu/chatGPT-call
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT-Simple",
    "description": "Simply call ChatGPT",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}