EasyGPT
EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…
EasyGPTとは何ですか?
EasyGPTはExpertzzによって開発されたChromeの拡張機能で、その主な機能は「EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI…」です。
拡張機能のスクリーンショット
EasyGPT拡張機能のCRXファイルをダウンロード
EasyGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI by simply selecting options from drop-down menus. This intuitive platform enables users to effortlessly define their role, task, tone, output format, and subject matter, ensuring that your interaction with ChatGPT is both efficient and effective. By incorporating EasyGPT's seamless navigation system, users can optimize their use of ChatGPT, opening doors to a wide array of applications across industries and disciplines.
拡張機能の基本情報
名前 | EasyGPT |
ID | clndenahmfgcghljfaphfbejgpncieij |
公式URL | https://chromewebstore.google.com/detail/easygpt/clndenahmfgcghljfaphfbejgpncieij |
説明 | EasyGPT is a user-friendly interface designed to streamline your experience with ChatGPT, allowing you to harness the power of AI… |
ファイルサイズ | 336 KB |
インストール数 | 52 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-05-25 |
公開日 | 2023-05-09 |
開発者 | Expertzz |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://expertzz.com/data-privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EasyGPT", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content_script.js" ], "css": [ "styles.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |