Auto Ask GPT

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

ما هو Auto Ask GPT؟

Auto Ask GPT هو إضافة Chrome تم تطويرها بواسطة Frank Lin، والميزة الرئيسية لها هي "Split one question to questions and automatically ask ChatGPT one by one".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Auto Ask GPT

قم بتنزيل ملفات الامتداد Auto Ask GPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Auto Ask GPT Auto Ask GPT
ID maeilghlholccdncelacheicmopppogo
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo
الوصف Split one question to questions and automatically ask ChatGPT one by one
حجم الملف 7 KB
عدد التثبيتات 84
النسخة الحالية 1.0.2
آخر تحديث 2023-05-02
تاريخ النشر 2023-04-25
تقييم 1.00/5 مجموع تقييمات 1
المطور Frank Lin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/etrobot/FreeAGI
اللغات المدعومة 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"
    }
}