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".
Снимки экрана расширения
Скачать файл CRX расширения Auto Ask GPT
Скачайте файлы расширений 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" } } |