Auto Ask GPT

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

Was ist Auto Ask GPT?

Auto Ask GPT ist eine Chrome-Erweiterung, die von Frank Lin entwickelt wurde, und ihr Hauptmerkmal ist "Split one question to questions and automatically ask ChatGPT one by one".

Erweiterungsscreenshots

screenshot
screenshot

Auto Ask GPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Ask GPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto Ask GPT Auto Ask GPT
ID maeilghlholccdncelacheicmopppogo
Offizielle URL https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo
Beschreibung Split one question to questions and automatically ask ChatGPT one by one
Dateigröße 7 KB
Installationsanzahl 84
Aktuelle Version 1.0.2
Letztes Update 2023-05-02
Veröffentlichungsdatum 2023-04-25
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Frank Lin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/etrobot/FreeAGI
Unterstützte Sprachen 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"
    }
}