Auto Ask GPT

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

Co je Auto Ask GPT?

Auto Ask GPT je rozšíření Chrome vyvinuté Frank Lin, a jeho hlavní funkcí je „Split one question to questions and automatically ask ChatGPT one by one“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Auto Ask GPT

Stáhněte si soubory rozšíření Auto Ask GPT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Auto Ask GPT Auto Ask GPT
ID maeilghlholccdncelacheicmopppogo
Oficiální URL https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo
Popis Split one question to questions and automatically ask ChatGPT one by one
Velikost souboru 7 KB
Počet instalací 84
Aktuální Verze 1.0.2
Poslední Aktualizace 2023-05-02
Datum Vydání 2023-04-25
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Frank Lin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/etrobot/FreeAGI
Podporované Jazyky 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"
    }
}