ChromeGPT
This extension allows users to access ChatGPT from Google Chrome.
ChromeGPTとは何ですか?
ChromeGPTはjacobweber530によって開発されたChromeの拡張機能で、その主な機能は「This extension allows users to access ChatGPT from Google Chrome.」です。
拡張機能のスクリーンショット
ChromeGPT拡張機能のCRXファイルをダウンロード
ChromeGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Chrome extension to let you send and receive messages with OpenAI's GPT, from anywhere on the web. 拡張機能の基本情報
| 名前 | |
| ID | opfphcebignofejehlpbniikajkkggch |
| 公式URL | https://chromewebstore.google.com/detail/chromegpt/opfphcebignofejehlpbniikajkkggch |
| 説明 | This extension allows users to access ChatGPT from Google Chrome. |
| ファイルサイズ | 145 KB |
| インストール数 | 94 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2022-12-20 |
| 公開日 | 2022-12-13 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | jacobweber530 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://polymathematics.notion.site/ChromeGPT-7e096ed9f79946039d4e33ce3f836ba6 |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChromeGPT",
"version": "1.0.1",
"description": "This extension allows users to access ChatGPT from Google Chrome.",
"permissions": [
"https:\/\/api.openai.com\/*",
"storage"
],
"action": {
"default_popup": "popup.html"
}
} | |