ChatGPT-Simple
Simply call ChatGPT
ChatGPT-Simpleとは何ですか?
ChatGPT-SimpleはFujun Duによって開発されたChromeの拡張機能で、その主な機能は「Simply call ChatGPT」です。
拡張機能のスクリーンショット
ChatGPT-Simple拡張機能のCRXファイルをダウンロード
ChatGPT-Simple拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Call ChatGPT API (gpt-3.5-turbo) with an API key. It sends the user input text to the OpenAI ChatGPT API, and displays the reply returned by ChatGPT. The token usage of each conversation are also reported.
拡張機能の基本情報
名前 | ChatGPT-Simple |
ID | jacmfdljbkmgomdnpeibonaaholjbieo |
公式URL | https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo |
説明 | Simply call ChatGPT |
ファイルサイズ | 20.96 KB |
インストール数 | 26 |
現在のバージョン | 1.0 |
最終更新日 | 2023-03-07 |
公開日 | 2023-03-06 |
開発者 | Fujun Du |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/fjdu/chatGPT-call |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT-Simple", "description": "Simply call ChatGPT", "version": "1.0", "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |