Auto Ask GPT
Split one question to questions and automatically ask ChatGPT one by one
What is Auto Ask GPT?
Auto Ask GPT is a Chrome extension developed by Frank Lin, and its main feature is "Split one question to questions and automatically ask ChatGPT one by one".
Extension Screenshots
Download Auto Ask GPT Extension CRX File
Download Auto Ask GPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Auto Ask GPT |
ID | maeilghlholccdncelacheicmopppogo |
Official URL | https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo |
Description | Split one question to questions and automatically ask ChatGPT one by one |
File Size | 7 KB |
Installation Count | 84 |
Current Version | 1.0.2 |
Last Updated | 2023-05-02 |
Publish Date | 2023-04-25 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Frank Lin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/etrobot/FreeAGI |
Supported Languages | 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" } } |