Auto Ask GPT
Split one question to questions and automatically ask ChatGPT one by one
什么是Auto Ask GPT?
Auto Ask GPT是由Frank Lin开发的Chrome扩展程序,该扩展的主要功能是“Split one question to questions and automatically ask ChatGPT one by one”。
扩展截图
下载Auto Ask GPT扩展crx文件
下载Auto Ask GPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |