Auto Ask GPT

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

Auto Ask GPT là gì?

Auto Ask GPT là một tiện ích mở rộng Chrome được phát triển bởi Frank Lin, và tính năng chính của nó là "Split one question to questions and automatically ask ChatGPT one by one".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Ask GPT

Tải xuống các tệp mở rộng Auto Ask GPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Ask GPT Auto Ask GPT
ID maeilghlholccdncelacheicmopppogo
URL Chính Thức https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo
Mô tả Split one question to questions and automatically ask ChatGPT one by one
Kích Thước Tệp 7 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-05-02
Ngày Phát Hành 2023-04-25
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Frank Lin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/etrobot/FreeAGI
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}