Auto Ask GPT

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

Apa itu Auto Ask GPT?

Auto Ask GPT adalah ekstensi Chrome yang dikembangkan oleh Frank Lin, dan fitur utamanya adalah "Split one question to questions and automatically ask ChatGPT one by one".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Auto Ask GPT

Unduh file ekstensi Auto Ask GPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Auto Ask GPT Auto Ask GPT
ID maeilghlholccdncelacheicmopppogo
URL Resmi https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo
Deskripsi Split one question to questions and automatically ask ChatGPT one by one
Ukuran File 7 KB
Jumlah Instalasi 84
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-05-02
Tanggal Publikasi 2023-04-25
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Frank Lin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/etrobot/FreeAGI
Bahasa yang Didukung 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"
    }
}