Auto Ask GPT

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

Cos'è Auto Ask GPT?

Auto Ask GPT è un'estensione di Chrome sviluppata da Frank Lin, e la sua funzione principale è "Split one question to questions and automatically ask ChatGPT one by one".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Auto Ask GPT

Scarica i file di estensione Auto Ask GPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Auto Ask GPT Auto Ask GPT
ID maeilghlholccdncelacheicmopppogo
URL Ufficiale https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo
Descrizione Split one question to questions and automatically ask ChatGPT one by one
Dimensione del File 7 KB
Conteggio Installazioni 84
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-05-02
Data di Pubblicazione 2023-04-25
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Frank Lin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/etrobot/FreeAGI
Lingue Supportate 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"
    }
}