Auto Ask GPT
Split one question to questions and automatically ask ChatGPT one by one
Wat is Auto Ask GPT?
Auto Ask GPT is een Chrome-extensie ontwikkeld door Frank Lin, en de belangrijkste functie is "Split one question to questions and automatically ask ChatGPT one by one".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Ask GPT
Download Auto Ask GPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | maeilghlholccdncelacheicmopppogo |
Officiële URL | https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo |
Beschrijving | Split one question to questions and automatically ask ChatGPT one by one |
Bestandsgrootte | 7 KB |
Aantal Installaties | 84 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-05-02 |
Publicatiedatum | 2023-04-25 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Frank Lin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/etrobot/FreeAGI |
Ondersteunde Talen | 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" } } |