Auto Ask GPT

Split one question to questions and automatically ask ChatGPT one by one

什麼是Auto Ask GPT?

Auto Ask GPT是由Frank Lin開發的Chrome擴展程式,該擴展的主要功能是“Split one question to questions and automatically ask ChatGPT one by one”。

擴展截圖

screenshot
screenshot

下載Auto Ask GPT擴展crx文件

下載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 Auto Ask GPT
ID maeilghlholccdncelacheicmopppogo
官方網址 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"
    }
}