Auto Ask GPT

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

Auto Ask GPT क्या है?

Auto Ask GPT Frank Lin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Split one question to questions and automatically ask ChatGPT one by one"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Ask GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}