GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
GPTAnywhereとは何ですか?
GPTAnywhereはGPTAnywhereによって開発されたChromeの拡張機能で、その主な機能は「Super Easy access to ChatGPT with a simple Chrome-Extension」です。
拡張機能のスクリーンショット
GPTAnywhere拡張機能のCRXファイルをダウンロード
GPTAnywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT.
拡張機能の基本情報
名前 | GPTAnywhere |
ID | pklibapjplkpanekidgnckgjablljhni |
公式URL | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
説明 | Super Easy access to ChatGPT with a simple Chrome-Extension |
ファイルサイズ | 516 KB |
インストール数 | 5,000 |
現在のバージョン | 1.0.2 |
最終更新日 | 2022-12-16 |
公開日 | 2022-12-16 |
評価 | 4.17/5 合計 6 レビュー |
開発者 | GPTAnywhere |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GPTAnywhere", "description": "Super Easy access to ChatGPT with a simple Chrome-Extension", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_popup": "frontend\/index.html" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "background": { "service_worker": "background\/index.js" } } |