ChatGPT Toolbar
Quick actions for ChatGPT
ChatGPT Toolbarとは何ですか?
ChatGPT Toolbarはamtshによって開発されたChromeの拡張機能で、その主な機能は「Quick actions for ChatGPT」です。
拡張機能のスクリーンショット
ChatGPT Toolbar拡張機能のCRXファイルをダウンロード
ChatGPT Toolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick actions in Chat GPT website like Shorten, Expand, Rephrase, Summarise, Professional-ize, Casual-ize, Explain, Counter-argument, Humor-ize etc
拡張機能の基本情報
名前 | ChatGPT Toolbar |
ID | ekkdjklblbjpmdgjckcdielhfhgbdlbf |
公式URL | https://chromewebstore.google.com/detail/chatgpt-toolbar/ekkdjklblbjpmdgjckcdielhfhgbdlbf |
説明 | Quick actions for ChatGPT |
ファイルサイズ | 6.88 KB |
インストール数 | 2,797 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-12-25 |
公開日 | 2022-12-25 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | amtsh |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://chatgpttoolbar.io/help |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "ChatGPT Toolbar", "description": "Quick actions for ChatGPT", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat" ], "js": [ "content.js" ] } ], "action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |