Auto Ask GPT
Split one question to questions and automatically ask ChatGPT one by one
Hvad er Auto Ask GPT?
Auto Ask GPT er en Chrome-udvidelse udviklet af Frank Lin, og dens hovedfunktion er "Split one question to questions and automatically ask ChatGPT one by one".
Udvidelsesskærmbilleder
Download Auto Ask GPT-udvidelses-CRX-fil
Download Auto Ask GPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Auto Ask GPT |
ID | maeilghlholccdncelacheicmopppogo |
Officiel URL | https://chromewebstore.google.com/detail/auto-ask-gpt/maeilghlholccdncelacheicmopppogo |
Beskrivelse | Split one question to questions and automatically ask ChatGPT one by one |
Filstørrelse | 7 KB |
Antal Installationer | 84 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2023-05-02 |
Udgivelsesdato | 2023-04-25 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Frank Lin |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/etrobot/FreeAGI |
Understøttede Sprog | 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" } } |