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 |
Eメール | [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" } } |