Auto Ask GPT

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

Co to jest Auto Ask GPT?

Auto Ask GPT to rozszerzenie Chrome opracowane przez Frank Lin, a jego główną funkcją jest „Split one question to questions and automatically ask ChatGPT one by one”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Auto Ask GPT

Pobierz pliki rozszerzeń Auto Ask GPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Ask GPT Auto Ask GPT
ID maeilghlholccdncelacheicmopppogo
Oficjalny URL https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo
Opis Split one question to questions and automatically ask ChatGPT one by one
Rozmiar pliku 7 KB
Liczba instalacji 84
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-05-02
Data Publikacji 2023-04-25
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Frank Lin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/etrobot/FreeAGI
Obsługiwane Języki 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"
    }
}