Auto Ask GPT
Split one question to questions and automatically ask ChatGPT one by one
Qu'est-ce que Auto Ask GPT ?
Auto Ask GPT est une extension Chrome développée par Frank Lin, et sa fonction principale est "Split one question to questions and automatically ask ChatGPT one by one".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Ask GPT
Téléchargez les fichiers d'extension Auto Ask GPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | maeilghlholccdncelacheicmopppogo |
URL Officiel | https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo |
Description | Split one question to questions and automatically ask ChatGPT one by one |
Taille du Fichier | 7 KB |
Nombre d'Installations | 84 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-05-02 |
Date de Publication | 2023-04-25 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Frank Lin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/etrobot/FreeAGI |
Langues Prises en Charge | 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" } } |